Macros | |
#define | PAL_MAX_RTC_COUNTER_VAL (0x00FFFFFF) |
Max value of RTC. More... | |
#define | PAL_RTC_TICKS_PER_SEC (32768) /* RTC ticks per second (with prescaler) */ |
Clock frequency of the RTC timer used. More... | |
#define | PAL_HFCLK_OSC_SETTLE_TICKS (23) |
23 RTC ticks time(700us) for xtal start up befor scheduler load. More... | |
Typedefs | |
typedef void(* | palRtcIrqCback_t) (void) |
Platform RTC callback. More... | |
Enumerations |
#define PAL_HFCLK_OSC_SETTLE_TICKS (23) |
#define PAL_MAX_RTC_COUNTER_VAL (0x00FFFFFF) |
#define PAL_RTC_TICKS_PER_SEC (32768) /* RTC ticks per second (with prescaler) */ |
typedef void(* palRtcIrqCback_t) (void) |
enum PalRtcState_t |