ChibiOS/HAL  6.1.0
hal_i2s_lld.c File Reference

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. More...
 
void i2s_lld_start (I2SDriver *i2sp)
 Configures and activates the I2S peripheral. More...
 
void i2s_lld_stop (I2SDriver *i2sp)
 Deactivates the I2S peripheral. More...
 
void i2s_lld_start_exchange (I2SDriver *i2sp)
 Starts a I2S data exchange. More...
 
void i2s_lld_stop_exchange (I2SDriver *i2sp)
 Stops the ongoing data exchange. More...
 

Variables

I2SDriver I2SD1
 I2S2 driver identifier. More...
 

Detailed Description

PLATFORM I2S subsystem low level driver source.

Definition in file hal_i2s_lld.c.