LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
i2s_18xx_43xx.c File Reference
#include "i2s_18xx_43xx.h"
#include "scu_18xx_43xx.h"

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.