|
ChibiOS/RT
2.5.1 |
#include <ext_lld.h>

Data Fields | |
| uint32_t | mode |
| Channel mode. | |
| extcallback_t | cb |
| Channel callback. | |
| uint32_t EXTChannelConfig::mode |
Channel mode.
Definition at line 97 of file ext_lld.h.
Referenced by ext_lld_channel_enable(), ext_lld_start(), extChannelDisable(), and extChannelEnable().
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 104 of file ext_lld.h.
Referenced by CH_IRQ_HANDLER(), and ext_lld_channel_enable().