SMBus Library for MSP430G2xx3 Devices  1.10.00.00
 All Data Structures Functions Variables Enumerations Enumerator Modules Pages
SMBus_Ctrl Union Reference

SMBus control register. More...

#include <smbus.h>

Data Fields

struct {
   uint8_t   pecEn: 1
 
   uint8_t   swackEn: 1
 Enables PEC functionality.
 
   uint8_t   intEn: 1
 SW_ACK is enabled (read only)
 
   uint8_t   phyEn: 1
 Interupts are enabled (read only)
 
   uint8_t   master: 1
 SMBus PHY is enabled (read only)
 
   uint8_t   reserved2: 3
 Acting in Master mode (read only)
 
bits
 Defines the control bit fields.
 
struct {
   uint8_t   writeBits: 1
 
   uint8_t   reserved: 7
 Control bits that are writable.
 
writeableBits
 Allows access to the writeable bits on the structure.
 
uint8_t u8byte
 Whole Control byte access.
 

Detailed Description

SMBus control register.


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

Copyright 2015, Texas Instruments Incorporated