Go to the source code of this file.
RTC Configuration and Driver Selection.
This file automatically selects the correct I2C address and driver structure based on the user-defined ACTIVE_RTC_TYPE.
Definition in file rtc_config.h.
Macros | |
Automatic Driver Selection | |
Resolves the low-level driver implementation based on ACTIVE_RTC_TYPE. This allows the user to switch RTC devices by changing a single configuration value in userDef.h.
| |
| #define | RTC_CTRL RTC_PCF8523_ADDR |
| I2C Address for the currently selected RTC (PCF8523). | |
| #define | RTC_DRIVER PCF8523_DRIVER |
| Driver Interface Table for the currently selected RTC (PCF8523). | |