BLE-Stack APIs  3.00.01
Data Fields
PDMCC26XX_I2S_HWAttrs Struct Reference

PDMCC26XX_I2S Hardware attributes. More...

Data Fields

PIN_Id ad0Pin
 
uint32_t baseAddr
 
PIN_Id bclkPin
 
uint8_t intNum
 
uint8_t intPriority
 
PIN_Id mclkPin
 
PowerCC26XX_Resource powerMngrId
 
PIN_Id wclkPin
 

Detailed Description

PDMCC26XX_I2S Hardware attributes.

These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For CC26xxWare these definitions are found in:

A sample structure is shown below:

const PDMCC26XX_I2S_HWAttrs PDMCC26XX_I2SHWAttrs = {
{
I2S0_BASE,
INT_I2S,
PERIPH_I2S,
Board_I2S_MCLK,
Board_I2S_BCLK,
Board_I2S_WCLK,
Board_I2S_ADI,
Board_I2S_ADO
},
};

Field Documentation

§ ad0Pin

PIN_Id ad0Pin

I2S AD0 pin

§ baseAddr

uint32_t baseAddr

I2S Peripheral's base address

§ bclkPin

PIN_Id bclkPin

I2S BCLK pin

§ intNum

uint8_t intNum

I2S Peripheral's interrupt vector

§ intPriority

uint8_t intPriority

I2S Peripheral's interrupt priority

§ mclkPin

PIN_Id mclkPin

I2S MCLK pin

§ powerMngrId

PowerCC26XX_Resource powerMngrId

I2S Peripheral's power manager ID

§ wclkPin

PIN_Id wclkPin

I2S WCLK pin


The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated