LINKED LIST TEST on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

I2S_MODEConf_Type Struct Reference

I2S_MODEConf_Type Struct Reference
[I2S Public Types]

I2S mode configuration structure definition. More...

#include <lpc17xx_i2s.h>

Data Fields

uint8_t fpin
 Clock source selection, should be:

  • I2S_CLKSEL_FRDCLK: Select the fractional rate divider clock output
  • I2S_CLKSEL_MCLK: Select the MCLK signal as the clock source.

uint8_t mcena
 Select four pin mode, should be:

  • I2S_4PIN_ENABLE: 4-pin enable
  • I2S_4PIN_DISABLE: 4-pin disable.

uint8_t Reserved
 Select MCLK mode, should be:

  • I2S_MCLK_ENABLE: MCLK enable for output
  • I2S_MCLK_DISABLE: MCLK disable for output.


Detailed Description

I2S mode configuration structure definition.

Definition at line 304 of file lpc17xx_i2s.h.


Field Documentation

uint8_t fpin

Clock source selection, should be:

  • I2S_CLKSEL_FRDCLK: Select the fractional rate divider clock output
  • I2S_CLKSEL_MCLK: Select the MCLK signal as the clock source.

Definition at line 308 of file lpc17xx_i2s.h.

uint8_t mcena

Select four pin mode, should be:

  • I2S_4PIN_ENABLE: 4-pin enable
  • I2S_4PIN_DISABLE: 4-pin disable.

Definition at line 311 of file lpc17xx_i2s.h.

uint8_t Reserved

Select MCLK mode, should be:

  • I2S_MCLK_ENABLE: MCLK enable for output
  • I2S_MCLK_DISABLE: MCLK disable for output.

Definition at line 314 of file lpc17xx_i2s.h.