![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "chip.h"Go to the source code of this file.
Functions | |
| void | Chip_I2S_Init (LPC_I2S_T *pI2S) |
| Initialize for I2S. | |
| void | Chip_I2S_DeInit (LPC_I2S_T *pI2S) |
| Shutdown I2S. | |
| Status | Chip_I2S_Config (LPC_I2S_T *pI2S, uint8_t TRMode, Chip_I2S_Audio_Format_T *audio_format) |
| Configure I2S for Audio Format input. | |
| void | Chip_I2S_Int_Cmd (LPC_I2S_T *pI2S, uint8_t TRMode, FunctionalState NewState, uint8_t FIFO_Depth) |
| Enable/Disable Interrupt with a specific FIFO depth. | |
| void | Chip_I2S_DMA_Cmd (LPC_I2S_T *pI2S, uint8_t TRMode, uint8_t DMANum, FunctionalState NewState, uint8_t FIFO_Depth) |
| Enable/Disable DMA with a specific FIFO depth. | |
Variables | |
| static uint8_t | clksEnabled |
|
static |
Definition at line 38 of file i2s_18xx_43xx.c.