ChibiOS/RT
2.6.0
EXTChannelConfig Struct Reference

Detailed Description

Channel configuration structure.

Definition at line 80 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 84 of file ext_lld.h.

Referenced by 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 91 of file ext_lld.h.