|
ChibiOS 21.11.4
|
PLATFORM I2S subsystem low level driver source. More...
#include "hal.h"Go to the source code of this file.
Functions | |
| void | i2s_lld_init (void) |
| Low level I2S driver initialization. | |
| void | i2s_lld_start (I2SDriver *i2sp) |
| Configures and activates the I2S peripheral. | |
| void | i2s_lld_stop (I2SDriver *i2sp) |
| Deactivates the I2S peripheral. | |
| void | i2s_lld_start_exchange (I2SDriver *i2sp) |
| Starts a I2S data exchange. | |
| void | i2s_lld_stop_exchange (I2SDriver *i2sp) |
| Stops the ongoing data exchange. | |
Variables | |
| I2SDriver | I2SD1 |
| I2S2 driver identifier. | |
PLATFORM I2S subsystem low level driver source.
Definition in file hal_i2s_lld.c.