COSA
An Object-Oriented Platform for Arduino Programming
|
#include <DS2482.hh>
Public Member Functions | |
operator uint8_t () | |
Public Attributes | |
uint8_t | as_uint8 |
Unsigned byte access. More... | |
struct { | |
uint8_t IWB:1 | |
< Bitfield access (little endian). More... | |
uint8_t PPD:1 | |
Presence-Pulse Detect. More... | |
uint8_t SD:1 | |
Short Detected. More... | |
uint8_t LL:1 | |
Logic Level. More... | |
uint8_t RST:1 | |
Device Reset. More... | |
uint8_t SBR:1 | |
Single Bit Result. More... | |
uint8_t TSB:1 | |
Triplet Second Bit. More... | |
uint8_t DIR:1 | |
Branch Direction Taken. More... | |
}; | |
struct { ... } |
uint8_t DS2482::status_t::IWB |