TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
I2CUSCIB_HWAttrs Struct Reference

I2CUSCIB Hardware attributes. More...

#include <I2CUSCIB.h>

Data Fields

uint32_t baseAddr
 
uint8_t clockSource
 

Detailed Description

I2CUSCIB Hardware attributes.

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

A sample structure is shown below:

const I2CUSCIB_HWAttrs i2cUSCIBHWAttrs[] = {
{
.baseAddr = USCI_B0_BASE,
.clockSource = USCI_B_SPI_CLOCKSOURCE_SMCLK
},
{
.baseAddr = USCI_B1_BASE,
.clockSource = USCI_B_SPI_CLOCKSOURCE_SMCLK
},
};

Field Documentation

uint32_t I2CUSCIB_HWAttrs::baseAddr

USCI_B_I2C Peripheral's base address

uint8_t I2CUSCIB_HWAttrs::clockSource

USCI_B_I2C Clock source


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