ChibiOS/HAL
6.1.0
|
Structure representing an I2S driver. More...
#include <hal_i2s_lld.h>
Data Fields | |
i2sstate_t | state |
Driver state. More... | |
const I2SConfig * | config |
Current configuration data. More... | |
Structure representing an I2S driver.
Definition at line 103 of file hal_i2s_lld.h.
i2sstate_t I2SDriver::state |
Driver state.
Definition at line 107 of file hal_i2s_lld.h.
Referenced by i2s_lld_start(), i2s_lld_stop(), i2sObjectInit(), i2sStart(), i2sStartExchange(), i2sStop(), and i2sStopExchange().
const I2SConfig* I2SDriver::config |
Current configuration data.
Definition at line 111 of file hal_i2s_lld.h.
Referenced by i2sObjectInit(), i2sStart(), and i2sStop().