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