NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

I2S_DMAConf_Type Struct Reference

I2S_DMAConf_Type Struct Reference
[I2S_Public_Types]

I2S DMA configuration structure definition. More...

#include <lpc17xx_i2s.h>

Data Fields

uint8_t depth
 Select DMA1 or DMA2, should be:

  • I2S_DMA_1: DMA1
  • I2S_DMA_2: DMA2.

uint8_t Reserved0 [2]
 FIFO level that triggers a DMA request.

Detailed Description

I2S DMA configuration structure definition.

Definition at line 242 of file lpc17xx_i2s.h.


Field Documentation

uint8_t depth

Select DMA1 or DMA2, should be:

  • I2S_DMA_1: DMA1
  • I2S_DMA_2: DMA2.

Definition at line 246 of file lpc17xx_i2s.h.

uint8_t Reserved0[2]

FIFO level that triggers a DMA request.

Definition at line 247 of file lpc17xx_i2s.h.