ChibiOS/RT
2.5.1
EXTChannelConfig Struct Reference

Detailed Description

Channel configuration structure.

Definition at line 93 of file ext_lld.h.

#include <ext_lld.h>

Collaboration diagram for EXTChannelConfig:

Data Fields

uint32_t mode
 Channel mode.
extcallback_t cb
 Channel callback.

Field Documentation

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().