27 #if (HAL_USE_ICU == TRUE) || defined(__DOXYGEN__)    41 #if (PLATFORM_ICU_USE_ICU1 == TRUE) || defined(__DOXYGEN__)    68 #if PLATFORM_ICU_USE_ICU1 == TRUE    85 #if PLATFORM_ICU_USE_ICU1 == TRUE   104 #if PLATFORM_ICU_USE_ICU1 == TRUE   105     if (&ICUD1 == icup) {
 
void icuObjectInit(ICUDriver *icup)
Initializes the standard part of a ICUDriver structure. 
void icu_lld_start(ICUDriver *icup)
Configures and activates the ICU peripheral. 
bool icu_lld_wait_capture(ICUDriver *icup)
Waits for a completed capture. 
void icu_lld_stop_capture(ICUDriver *icup)
Stops the input capture. 
ICUDriver ICUD1
ICUD1 driver identifier. 
void icu_lld_enable_notifications(ICUDriver *icup)
Enables notifications. 
Structure representing an ICU driver. 
void icu_lld_stop(ICUDriver *icup)
Deactivates the ICU peripheral. 
icustate_t state
Driver state. 
void icu_lld_start_capture(ICUDriver *icup)
Starts the input capture. 
void icu_lld_init(void)
Low level ICU driver initialization. 
void icu_lld_disable_notifications(ICUDriver *icup)
Disables notifications.