|
ChibiOS 21.11.4
|
I2S Driver code. More...
#include "hal.h"Go to the source code of this file.
Functions | |
| void | i2sInit (void) |
| I2S Driver initialization. | |
| void | i2sObjectInit (I2SDriver *i2sp) |
Initializes the standard part of a I2SDriver structure. | |
| msg_t | i2sStart (I2SDriver *i2sp, const I2SConfig *config) |
| Configures and activates the I2S peripheral. | |
| void | i2sStop (I2SDriver *i2sp) |
| Deactivates the I2S peripheral. | |
| void | i2sStartExchange (I2SDriver *i2sp) |
| Starts a I2S data exchange. | |
| void | i2sStopExchange (I2SDriver *i2sp) |
| Stops the ongoing data exchange. | |
I2S Driver code.
Definition in file hal_i2s.c.