| _addr | DeviceBeginCommon | protected |
| _iface | DeviceBeginCommon | protected |
| afterCommReady() | DeviceBeginCommon | inlineprotectedvirtual |
| afterInitSuccess(uint8_t param) | DeviceBeginCommon | inlineprotectedvirtual |
| ALARM_AF | SensorPCF8563 | protectedstatic |
| ALARM_AIE | SensorPCF8563 | protectedstatic |
| ALARM_ENABLE | SensorPCF8563 | protectedstatic |
| ALRM_MIN_REG | SensorPCF8563 | protectedstatic |
| BCD2DEC(uint8_t val) | SensorRTC | inlinestatic |
| beforeBegin() | DeviceBeginCommon | inlineprotectedvirtual |
| begin(SensorCommCustom::CustomCallback callback) | SensorPCF8563 | inlinevirtual |
| begin(SensorCommCustom::CustomCallback callback, uint8_t addr) | SensorPCF8563 | inline |
| beginLifecycle(uint8_t addr, uint8_t iface, uint8_t initParam, CreateComm createComm) | DeviceBeginCommon | inlineprotected |
| CENTURY_MASK | SensorPCF8563 | protectedstatic |
| clearCommState() | DeviceBeginCommon | inlineprotected |
| clearCountdownTimer() | SensorPCF8563 | inline |
| CLK_1024HZ enum value | SensorPCF8563 | |
| CLK_1HZ enum value | SensorPCF8563 | |
| CLK_32768HZ enum value | SensorPCF8563 | |
| CLK_32HZ enum value | SensorPCF8563 | |
| CLK_DISABLE enum value | SensorPCF8563 | |
| CLK_ENABLE | SensorPCF8563 | protectedstatic |
| ClockHz enum name | SensorPCF8563 | |
| clrRegBit(uint8_t reg, uint8_t bit) | SensorCommWrapper | inline |
| comm | DeviceBeginCommon | protected |
| convertUtcToTimezone(int &year, int &month, int &day, int &hour, int &minute, int &second, int timezoneOffsetSeconds) | SensorRTC | inline |
| convertUtcToTimezone(struct tm &utcTime, int timezoneOffsetSeconds) | SensorRTC | inline |
| DAY_MASK | SensorPCF8563 | protectedstatic |
| DAY_REG | SensorPCF8563 | protectedstatic |
| DEC2BCD(uint8_t val) | SensorRTC | inlinestatic |
| DeviceBeginCommon()=default | DeviceBeginCommon | protected |
| disableAlarm() | SensorPCF8563 | inline |
| disableCountdownTimer() | SensorPCF8563 | inline |
| enableAlarm() | SensorPCF8563 | inline |
| enableCountdownTimer() | SensorPCF8563 | inline |
| ensureValid() const override | DeviceBeginCommon | inlineprotectedvirtual |
| fail() | DeviceBeginCommon | inlineprotected |
| getAddress() const | DeviceBeginCommon | inline |
| getAlarm() | SensorPCF8563 | inline |
| getChipName() override | SensorPCF8563 | inlinevirtual |
| getComm() const override | DeviceBeginCommon | inlineprotectedvirtual |
| getDateTime() override | SensorPCF8563 | inlinevirtual |
| getDateTime()=0 | SensorPCF8563 | virtual |
| getDateTime(struct tm *info) | SensorPCF8563 | inline |
| getDayOfWeek(uint32_t day, uint32_t month, uint32_t year) | SensorRTC | inline |
| getDaysInMonth(uint8_t month, uint16_t year) | SensorRTC | inline |
| getInterface() const | DeviceBeginCommon | inline |
| getLeapYear(uint32_t year) | SensorRTC | inline |
| getNextMonth(uint8_t curMonth) | SensorRTC | inline |
| getNextYear(uint16_t curYear) | SensorRTC | inline |
| getRegBit(uint8_t reg, uint8_t bit) | SensorCommWrapper | inline |
| hal | DeviceBeginCommon | protected |
| HOUR_MASK | SensorPCF8563 | protectedstatic |
| HR_REG | SensorPCF8563 | protectedstatic |
| hwClockRead(const timezone *tz=NULL) | SensorRTC | inline |
| hwClockWrite() | SensorRTC | inline |
| isAlarmActive() | SensorPCF8563 | inline |
| isClockIntegrityGuaranteed() | SensorPCF8563 | inline |
| isCountdownTimerActive() | SensorPCF8563 | inline |
| isCountdownTimerEnable() | SensorPCF8563 | inline |
| MIN_REG | SensorPCF8563 | protectedstatic |
| MINUTES_MASK | SensorPCF8563 | protectedstatic |
| MONTH_MASK | SensorPCF8563 | protectedstatic |
| MONTH_REG | SensorPCF8563 | protectedstatic |
| NO_ALARM | SensorPCF8563 | protectedstatic |
| onBeginFail() | DeviceBeginCommon | inlineprotectedvirtual |
| readBuff(uint8_t *buf, size_t len) const | SensorCommWrapper | inline |
| readReg(uint8_t reg) const | SensorCommWrapper | inline |
| readRegBuff(uint8_t reg, uint8_t *buf, size_t len) const | SensorCommWrapper | inline |
| reset() override | SensorPCF8563 | inlinevirtual |
| resetAlarm() | SensorPCF8563 | inline |
| SEC_REG | SensorPCF8563 | protectedstatic |
| SensorCommWrapper()=default | SensorCommWrapper | |
| SensorPCF8563()=default | SensorPCF8563 | |
| setAck(bool enable) | SensorCommWrapper | inline |
| setAddress(uint8_t address) | SensorCommWrapper | inline |
| setAlarm(RTC_Alarm alarm) | SensorPCF8563 | inline |
| setAlarm(uint8_t hour, uint8_t minute, uint8_t day, uint8_t week) | SensorPCF8563 | inline |
| setAlarmByDays(uint8_t day) | SensorPCF8563 | inline |
| setAlarmByHours(uint8_t hour) | SensorPCF8563 | inline |
| setAlarmByMinutes(uint8_t minute) | SensorPCF8563 | inline |
| setAlarmByWeekDay(uint8_t week) | SensorPCF8563 | inline |
| setClockOutput(ClockHz freq) | SensorPCF8563 | inline |
| setCountdownTimer(uint8_t val, uint8_t freq) | SensorPCF8563 | inline |
| setDateTime(RTC_DateTime datetime) override | SensorPCF8563 | inlinevirtual |
| setDateTime(RTC_DateTime datetime)=0 | SensorPCF8563 | virtual |
| setDateTime(uint16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second) | SensorPCF8563 | inline |
| setRegBit(uint8_t reg, uint8_t bit) | SensorCommWrapper | inline |
| SQW_REG | SensorPCF8563 | protectedstatic |
| STAT1_REG | SensorPCF8563 | protectedstatic |
| STAT2_REG | SensorPCF8563 | protectedstatic |
| staticComm | DeviceBeginCommon | protected |
| strftime(DateTimeFormat style=DT_FMT_YMD_HMS_WEEK) | SensorRTC | inline |
| TIMER1_REG | SensorPCF8563 | protectedstatic |
| TIMER2_REG | SensorPCF8563 | protectedstatic |
| TIMER_CTL_MASK | SensorPCF8563 | protectedstatic |
| TIMER_TD10 | SensorPCF8563 | protectedstatic |
| TIMER_TE | SensorPCF8563 | protectedstatic |
| TIMER_TF | SensorPCF8563 | protectedstatic |
| TIMER_TIE | SensorPCF8563 | protectedstatic |
| updateBits(uint8_t reg, uint8_t mask, uint8_t value_shifted) | SensorCommWrapper | inline |
| VOL_LOW_MASK | SensorPCF8563 | protectedstatic |
| WEEKDAY_MASK | SensorPCF8563 | protectedstatic |
| WEEKDAY_REG | SensorPCF8563 | protectedstatic |
| writeBuff(uint8_t *buf, size_t len) | SensorCommWrapper | inline |
| writeReg(uint8_t reg, uint8_t val) | SensorCommWrapper | inline |
| writeRegBuff(uint8_t reg, uint8_t *buf, size_t len) | SensorCommWrapper | inline |
| writeThenRead(const uint8_t *write_buffer, size_t write_len, uint8_t *read_buffer, size_t read_len) | SensorCommWrapper | inline |
| YEAR_REG | SensorPCF8563 | protectedstatic |
| ~DeviceBeginCommon() | DeviceBeginCommon | inlinevirtual |
| ~SensorCommInterface()=default | SensorCommInterface | virtual |
| ~SensorPCF8563()=default | SensorPCF8563 | |