uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
I2S_MODEConf_Type Struct Reference

I2S mode configuration structure definition. More...

#include <lpc17xx_i2s.h>

Public Attributes

uint8_t clksel
 
uint8_t fpin
 
uint8_t mcena
 
uint8_t Reserved
 

Detailed Description

I2S mode configuration structure definition.

Definition at line 304 of file lpc17xx_i2s.h.

Member Data Documentation

uint8_t I2S_MODEConf_Type::clksel

Definition at line 305 of file lpc17xx_i2s.h.

uint8_t I2S_MODEConf_Type::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 I2S_MODEConf_Type::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 I2S_MODEConf_Type::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.


The documentation for this struct was generated from the following file: