ChibiOS/HAL
6.1.0
|
Channel configuration structure. More...
#include <hal_ext_lld.h>
Data Fields | |
uint32_t | mode |
Channel mode. More... | |
extcallback_t | cb |
Channel callback. More... | |
Channel configuration structure.
Definition at line 81 of file hal_ext_lld.h.
uint32_t EXTChannelConfig::mode |
Channel mode.
Definition at line 85 of file hal_ext_lld.h.
Referenced by extChannelDisable(), and extChannelEnable().
extcallback_t EXTChannelConfig::cb |
Channel callback.
In the STM32 implementation a NULL
callback pointer is valid and configures the channel as an event sources instead of an interrupt source.
Definition at line 92 of file hal_ext_lld.h.