27 #if (HAL_USE_EXT == TRUE) || defined(__DOXYGEN__)    40 #if (PLATFORM_EXT_USE_EXT1 == TRUE) || defined(__DOXYGEN__)    67 #if PLATFORM_EXT_USE_EXT1 == TRUE    84 #if PLATFORM_EXT_USE_EXT1 == TRUE   107 #if PLATFORM_EXT_USE_EXT1 == TRUE   108     if (&EXTD1 == extp) {
 uint32_t expchannel_t
EXT channel identifier. 
 
void ext_lld_stop(EXTDriver *extp)
Deactivates the EXT peripheral. 
 
void ext_lld_start(EXTDriver *extp)
Configures and activates the EXT peripheral. 
 
void ext_lld_init(void)
Low level EXT driver initialization. 
 
void ext_lld_channel_disable(EXTDriver *extp, expchannel_t channel)
Disables an EXT channel. 
 
extstate_t state
Driver state. 
 
EXTDriver EXTD1
EXT1 driver identifier. 
 
Structure representing an EXT driver. 
 
void ext_lld_channel_enable(EXTDriver *extp, expchannel_t channel)
Enables an EXT channel. 
 
void extObjectInit(EXTDriver *extp)
Initializes the standard part of a EXTDriver structure.