ChibiOS/HAL
6.1.0
|
Structure representing an EXT driver. More...
#include <hal_ext_lld.h>
Data Fields | |
extstate_t | state |
Driver state. More... | |
const EXTConfig * | config |
Current configuration data. More... | |
Structure representing an EXT driver.
Definition at line 110 of file hal_ext_lld.h.
extstate_t EXTDriver::state |
Driver state.
Definition at line 114 of file hal_ext_lld.h.
Referenced by ext_lld_start(), ext_lld_stop(), extChannelDisable(), extChannelEnable(), extObjectInit(), extSetChannelModeI(), extStart(), and extStop().
const EXTConfig* EXTDriver::config |
Current configuration data.
Definition at line 118 of file hal_ext_lld.h.
Referenced by extChannelDisable(), extChannelEnable(), extObjectInit(), extSetChannelModeI(), extStart(), and extStop().