ChibiOS/HAL  6.1.0
EXTDriver Struct Reference

Structure representing an EXT driver. More...

#include <hal_ext_lld.h>

Collaboration diagram for EXTDriver:
Collaboration graph

Data Fields

extstate_t state
 Driver state. More...
 
const EXTConfigconfig
 Current configuration data. More...
 

Detailed Description

Structure representing an EXT driver.

Definition at line 110 of file hal_ext_lld.h.

Field Documentation

const EXTConfig* EXTDriver::config

Current configuration data.

Definition at line 118 of file hal_ext_lld.h.

Referenced by extChannelDisable(), extChannelEnable(), extObjectInit(), extSetChannelModeI(), extStart(), and extStop().