|
| RegList0 (uint16_t a) |
|
bool | aesActive () const |
|
bool | burstRx (bool v) const |
|
bool | burstRx () const |
|
bool | intKeyVisible (bool v) const |
|
bool | intKeyVisible () const |
|
HMID | masterid () const |
|
void | masterid (const HMID &mid) const |
|
uint8_t | powerSupply () const |
|
bool | powerSupply (uint8_t value) const |
|
bool | wakeupBehaviourStatusSignalizationConfirmation (bool v) const |
|
bool | wakeupBehaviourStatusSignalizationConfirmation () const |
|
bool | wakeupBehaviourStatusMsgConfirmation (bool v) const |
|
bool | wakeupBehaviourStatusMsgConfirmation () const |
|
bool | wakeupBehaviourStatusMsgResistance (bool v) const |
|
bool | wakeupBehaviourStatusMsgResistance () const |
|
bool | displayInverting (bool v) const |
|
bool | displayInverting () const |
|
bool | statusMessageTextAlignmentLeftAligned (bool v) const |
|
bool | statusMessageTextAlignmentLeftAligned () const |
|
uint8_t | ledMode () const |
|
bool | ledMode (uint8_t value) const |
|
bool | cycleInfoMsg () const |
|
bool | cycleInfoMsg (bool value) const |
|
uint8_t | transmitDevTryMax () const |
|
bool | transmitDevTryMax (uint8_t value) const |
|
bool | sabotageMsg () const |
|
bool | sabotageMsg (bool value) const |
|
uint8_t | cyclicInfoMsgDis () const |
|
bool | cyclicInfoMsgDis (uint8_t value) const |
|
uint8_t | lowBatLimit () const |
|
bool | lowBatLimit (uint8_t value) const |
|
uint8_t | tParamSelect () const |
|
bool | tParamSelect (uint8_t value) const |
|
uint8_t | confButtonTime () const |
|
bool | confButtonTime (uint8_t value) const |
|
bool | localResetDisable (bool v) const |
|
bool | localResetDisable () const |
|
uint8_t | backOnTime () const |
|
bool | backOnTime (uint8_t value) const |
|
uint8_t | buttonMode () const |
|
bool | buttonMode (uint8_t value) const |
|
bool | buzzerEnabled (bool v) const |
|
bool | buzzerEnabled () const |
|
| operator GenericList () const |
|
| RegisterList (uint16_t a) |
|
bool | writeRegister (uint8_t reg, uint8_t value) const |
|
bool | writeRegister (uint8_t reg, uint8_t mask, uint8_t shift, uint8_t value) const |
|
bool | writeBit (uint8_t reg, uint8_t bitnum, bool value) const |
|
uint8_t | readRegister (uint8_t reg, uint8_t value=0) const |
|
uint8_t | readRegister (uint8_t reg, uint8_t mask, uint8_t shift, uint8_t value=0) const |
|
bool | readBit (uint8_t reg, uint8_t bitnum, bool value=false) const |
|
void | clear () |
|
void | defaults () |
|
void | dump (const char *end="\n") 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) |
|
template<class Register>
class as::RegList0< Register >
Definition at line 323 of file Register.h.