|
| List4 (uint16_t a) |
|
bool | burst () const |
|
bool | burst (bool s) const |
|
void | defaults () |
|
| ChannelList (uint16_t a) |
|
bool | writeRegister (uint8_t reg, uint8_t value) const |
|
uint8_t | readRegister (uint8_t reg) const |
|
void | dump () const |
|
| operator GenericList () const |
|
| BaseList (uint16_t a) |
|
uint16_t | address () const |
|
bool | valid () const |
|
uint8_t | getByte (uint8_t offset) const |
|
uint8_t | getByte (uint8_t offset, uint8_t mask, uint8_t shift) const |
|
bool | setByte (uint8_t offset, uint8_t data) const |
|
bool | setByte (uint8_t offset, uint8_t data, uint8_t mask, uint8_t shift) const |
|
bool | isBitSet (uint8_t offset, uint8_t bit) const |
|
bool | setBit (uint8_t offset, uint8_t bit, bool value) const |
|
bool | setData (uint8_t offset, uint8_t *buf, uint16_t size) const |
|
bool | getData (uint8_t offset, uint8_t *buf, uint16_t size) const |
|
void | clear (uint8_t offset, uint16_t size) |
|
void | init (const uint8_t *data, uint16_t size) |
|
|
static uint8_t | getOffset (uint8_t reg) |
|
static uint8_t | getRegister (uint8_t offset) |
|
static uint8_t | size () |
|
Definition at line 300 of file ChannelList.h.