Interface: tos.platform.msp430.MSP430I2C
interface MSP430I2C
- Author:
-
Joe Polastre
Revision: $Revision: 1.1 $
Commands
command result_t disable()
command result_t enable()
command uint8_t getByteCount()
command uint16_t getData()
command result_t setAddr7bit()
command result_t setByteCount(uint8_t value)
command result_t setData(uint16_t value)
command result_t setOwnAddr(uint16_t addr)
command result_t setRx()
command result_t setSlaveAddr(uint16_t addr)
command result_t setTx()
Commands - Details
disable
command result_t disable()
disableArbitrationLost
command void disableArbitrationLost()
disableGeneralCall
command void disableGeneralCall()
disableNoAck
command void disableNoAck()
disableOwnAddr
command void disableOwnAddr()
disableReadyRegAccess
command void disableReadyRegAccess()
disableReadyRxData
command void disableReadyRxData()
disableReadyTxData
command void disableReadyTxData()
disableStartRecv
command void disableStartRecv()
enable
command result_t enable()
enableArbitrationLost
command void enableArbitrationLost()
enableGeneralCall
command void enableGeneralCall()
enableNoAck
command void enableNoAck()
enableOwnAddr
command void enableOwnAddr()
enableReadyRegAccess
command void enableReadyRegAccess()
enableReadyRxData
command void enableReadyRxData()
enableReadyTxData
command void enableReadyTxData()
enableStartRecv
command void enableStartRecv()
getByteCount
command uint8_t getByteCount()
getData
command uint16_t getData()
isArbitrationLostPending
command result_t isArbitrationLostPending()
isGeneralCallPending
command result_t isGeneralCallPending()
isNoAckPending
command result_t isNoAckPending()
isOwnAddrPending
command result_t isOwnAddrPending()
isReadyRegAccessPending
command result_t isReadyRegAccessPending()
isReadyRxDataPending
command result_t isReadyRxDataPending()
isReadyTxDataPending
command result_t isReadyTxDataPending()
isStartRecvPending
command result_t isStartRecvPending()
setAddr10bit
command result_t setAddr10bit()
setAddr7bit
command result_t setAddr7bit()
setByteCount
command result_t setByteCount(uint8_t value)
setData
command result_t setData(uint16_t value)
setModeMaster
command result_t setModeMaster()
setModeSlave
command result_t setModeSlave()
setOwnAddr
command result_t setOwnAddr(uint16_t addr)
setRx
command result_t setRx()
setSlaveAddr
command result_t setSlaveAddr(uint16_t addr)
setTx
command result_t setTx()