ChibiOS/HAL  6.1.0
EXTConfig Struct Reference

Driver configuration structure. More...

#include <hal_ext_lld.h>

Collaboration diagram for EXTConfig:
Collaboration graph

Data Fields

EXTChannelConfig channels [EXT_MAX_CHANNELS]
 Channel configurations. More...
 

Detailed Description

Driver configuration structure.

Note
It could be empty on some architectures.

Definition at line 99 of file hal_ext_lld.h.

Field Documentation

EXTChannelConfig EXTConfig::channels[EXT_MAX_CHANNELS]

Channel configurations.

Definition at line 103 of file hal_ext_lld.h.

Referenced by extChannelDisable(), extChannelEnable(), and extSetChannelModeI().