Mcp320x
|
Data Fields | |
uint16_t | value |
struct { | |
uint8_t loByte | |
uint8_t hiByte | |
}; | |
Defines 16 bit SPI data. The structure implements an easy access to each byte.
struct { ... } |
uint8_t MCP320x< ChannelType >::SpiData::hiByte |
high byte
Definition at line 367 of file Mcp320x.h.
Referenced by MCP320x< ChannelType >::transfer().
uint8_t MCP320x< ChannelType >::SpiData::loByte |
low byte
Definition at line 366 of file Mcp320x.h.
Referenced by MCP320x< ChannelType >::transfer().
uint16_t MCP320x< ChannelType >::SpiData::value |