![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
Status | Chip_I2S_Config (LPC_I2S_Type *I2Sx, uint8_t TRMode, Chip_I2S_Audio_Format_Type *audio_format) |
Configure I2S for Audio Format input. | |
void | Chip_I2S_Int_Cmd (LPC_I2S_Type *I2Sx, uint8_t TRMode, FunctionalState NewState, uint8_t FIFO_Depth) |
Enable/Disable Interrupt with a specific FIFO depth. | |
void | Chip_I2S_DMA_Cmd (LPC_I2S_Type *I2Sx, uint8_t TRMode, uint8_t DMANum, FunctionalState NewState, uint8_t FIFO_Depth) |
Enable/Disable DMA with a specific FIFO depth. | |