ChibiOS/HAL  6.1.0
EXTChannelConfig Struct Reference

Channel configuration structure. More...

#include <hal_ext_lld.h>

Collaboration diagram for EXTChannelConfig:
Collaboration graph

Data Fields

uint32_t mode
 Channel mode. More...
 
extcallback_t cb
 Channel callback. More...
 

Detailed Description

Channel configuration structure.

Definition at line 81 of file hal_ext_lld.h.

Field Documentation

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.