![]() |
NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
|
Nano100 series I2S driver header file. More...
Go to the source code of this file.
Functions | |
uint32_t | I2S_Open (I2S_T *i2s, uint32_t u32MasterSlave, uint32_t u32SampleRate, uint32_t u32WordWidth, uint32_t u32Channels, uint32_t u32DataFormat, uint32_t u32AudioInterface) |
This function configures some parameters of I2S interface for general purpose use. The sample rate may not be used from the parameter, it depends on system's clock settings, but real sample rate used by system will be returned for reference. More... | |
void | I2S_Close (I2S_T *i2s) |
Disable I2S function and I2S clock. More... | |
void | I2S_EnableInt (I2S_T *i2s, uint32_t u32Mask) |
This function enables the interrupt according to the mask parameter. More... | |
void | I2S_DisableInt (I2S_T *i2s, uint32_t u32Mask) |
This function disables the interrupt according to the mask parameter. More... | |
uint32_t | I2S_EnableMCLK (I2S_T *i2s, uint32_t u32BusClock) |
Enable MCLK . More... | |
void | I2S_DisableMCLK (I2S_T *i2s) |
Disable MCLK . More... | |
void | I2S_SetFIFO (I2S_T *i2s, uint32_t u32TxThreshold, uint32_t u32RxThreshold) |
Configure FIFO threshold setting. More... | |
Nano100 series I2S driver header file.
Definition in file i2s.c.