24#define TOTAL_CLOCK_STATES 4U
29#define RTC_INIT_PASYNC 127
30#define RTC_INIT_PSYNC 255
31#define RTC_INITIAL_HOUR 0x12
32#define RTC_INITIAL_MIN 0x00
33#define RTC_INITIAL_SEC 0x00
34#define RTC_INITIAL_SSEC 0x00
35#define RTC_INITIAL_MDAY 0x01
36#define RTC_INITIAL_YEAR 0x00
37#define RTC_INITIAL_YEARH 20
40#define TIMER_DISPLAY_ID (void *)(uint32_t)1
42#define ALARM_TRIGGERED 1U
43#define ALARM_DEACTIVATED 0U
void Clock_Task(void)
Run periodically. It allows to configure the clock.
Definition app_clock.c:105
void Clock_Init(void)
Use once to Initialize the clock.
Definition app_clock.c:62