MSP430 DriverLib for MSP430F5xx_6xx Devices  2.80.00.01
 All Data Structures Functions Variables Modules Pages
USCI_B_I2C_initMasterParam Struct Reference

Used in the USCI_B_I2C_initMaster() function as the param parameter. More...

#include <usci_b_i2c.h>

Data Fields

uint8_t selectClockSource
 
uint32_t i2cClk
 Is the rate of the clock supplied to the I2C module.
 
uint32_t dataRate
 

Detailed Description

Used in the USCI_B_I2C_initMaster() function as the param parameter.

Field Documentation

uint32_t USCI_B_I2C_initMasterParam::dataRate

Set up for selecting data transfer rate.
Valid values are:

  • USCI_B_I2C_SET_DATA_RATE_400KBPS
  • USCI_B_I2C_SET_DATA_RATE_100KBPS

Referenced by USCI_B_I2C_initMaster().

uint8_t USCI_B_I2C_initMasterParam::selectClockSource

Is the clocksource.
Valid values are:

  • USCI_B_I2C_CLOCKSOURCE_ACLK
  • USCI_B_I2C_CLOCKSOURCE_SMCLK

Referenced by USCI_B_I2C_initMaster().


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

Copyright 2016, Texas Instruments Incorporated