I2S configuration structure definition.
More...
#include <lpc17xx_i2s.h>
Detailed Description
I2S configuration structure definition.
Definition at line 216 of file lpc17xx_i2s.h.
Field Documentation
the number of bytes in data as follow: -I2S_WORDWIDTH_8: 8 bit data -I2S_WORDWIDTH_16: 16 bit data -I2S_WORDWIDTH_32: 32 bit data
Definition at line 221 of file lpc17xx_i2s.h.
Set Master/Slave mode, should be:
- I2S_MASTER_MODE: I2S master mode
- I2S_SLAVE_MODE: I2S slave mode
Definition at line 233 of file lpc17xx_i2s.h.
MUTE mode: when true, the transmit channel sends only zeroes, shoule be:
- I2S_MUTE_ENABLE: enable mute mode
- I2S_MUTE_DISABLE: disable mute mode
Definition at line 236 of file lpc17xx_i2s.h.
Disables accesses on FIFOs, should be:
- I2S_STOP_ENABLE: enable stop mode
- I2S_STOP_DISABLE: disable stop mode
Definition at line 227 of file lpc17xx_i2s.h.
Set mono/stereo mode, should be:
- I2S_STEREO: stereo mode
- I2S_MONO: mono mode
Definition at line 224 of file lpc17xx_i2s.h.
Asynchronously reset tje transmit channel and FIFO, should be:
- I2S_RESET_ENABLE: enable reset mode
- I2S_RESET_DISABLE: disable reset mode
Definition at line 230 of file lpc17xx_i2s.h.
The documentation for this struct was generated from the following file:
Generated on Mon Feb 8 10:01:52 2010 for LPC1700CMSIS Standard Peripheral Firmware Library by
1.5.9