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 293 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 297 of file lpc17xx_i2s.h.

uint8_t Reserved0[2]

FIFO level that triggers a DMA request.

Definition at line 298 of file lpc17xx_i2s.h.