TI-RTOS Drivers  tidrivers_full_2_20_01_10
Data Fields
PDMCC26XX_I2S_HWAttrs Struct Reference

PDMCC26XX_I2S Hardware attributes. More...

#include <PDMCC26XX_util.h>

Data Fields

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

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

uint32_t PDMCC26XX_I2S_HWAttrs::baseAddr

I2S Peripheral's base address

uint8_t PDMCC26XX_I2S_HWAttrs::intNum

I2S Peripheral's interrupt vector

uint8_t PDMCC26XX_I2S_HWAttrs::intPriority

I2S Peripheral's interrupt priority

PowerCC26XX_Resource PDMCC26XX_I2S_HWAttrs::powerMngrId

I2S Peripheral's power manager ID

PIN_Id PDMCC26XX_I2S_HWAttrs::mclkPin

I2S MCLK pin

PIN_Id PDMCC26XX_I2S_HWAttrs::bclkPin

I2S BCLK pin

PIN_Id PDMCC26XX_I2S_HWAttrs::wclkPin

I2S WCLK pin

PIN_Id PDMCC26XX_I2S_HWAttrs::ad0Pin

I2S AD0 pin


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