|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <CC1101.hh>

Public Member Functions | |
| header_t (uint8_t addr, uint8_t is_burst, uint8_t is_read) | |
| operator uint8_t () | |
Public Attributes | |
| uint8_t | as_uint8 |
| 8-bit representation. More... | |
| struct { | |
| uint8_t reg:6 | |
| < Bit-field representation (little endian). More... | |
| uint8_t burst:1 | |
| Burst(1) or Single(0) byte mode. More... | |
| uint8_t rw:1 | |
| Read(1) or Write(0). More... | |
| }; | |
Transaction header (pp. 29). Note 16-bit configuration variables are read/written in big endian order (MSB first) and require swapping.
|
inline |
|
inline |
| struct { ... } |
| uint8_t CC1101::header_t::burst |
| uint8_t CC1101::header_t::reg |