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