Home
last modified time | relevance | path

Searched refs:MSS_RTC_CALENDAR_MODE (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_rtc/
Dmss_rtc.c117 if (MSS_RTC_CALENDAR_MODE == mode) in MSS_RTC_init()
216 ASSERT(MSS_RTC_CALENDAR_MODE == clock_mode); in MSS_RTC_set_calendar_count()
218 if ((0u == error) && (MSS_RTC_CALENDAR_MODE == clock_mode)) in MSS_RTC_set_calendar_count()
300 ASSERT(MSS_RTC_CALENDAR_MODE == clock_mode); in MSS_RTC_get_calendar_count()
302 if (MSS_RTC_CALENDAR_MODE == clock_mode) in MSS_RTC_get_calendar_count()
392 ASSERT(MSS_RTC_CALENDAR_MODE == mode); in MSS_RTC_set_calendar_count_alarm()
394 if (MSS_RTC_CALENDAR_MODE == mode) in MSS_RTC_set_calendar_count_alarm()
Dmss_rtc.h211 #define MSS_RTC_CALENDAR_MODE 1u macro