Home
last modified time | relevance | path

Searched refs:RTC_CALM_MON_Pos (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Drtc_reg.h732 #define RTC_CALM_MON_Pos (8) /*!< RTC… macro
733 #define RTC_CALM_MON_Msk (0xful << RTC_CALM_MON_Pos) /*!< RTC…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Drtc_reg.h819 #define RTC_CALM_MON_Pos (8) /*!< RTC… macro
820 #define RTC_CALM_MON_Msk (0xful << RTC_CALM_MON_Pos) /*!< RTC…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Drtc_reg.h872 #define RTC_CALM_MON_Pos (8) /*!< RTC… macro
873 #define RTC_CALM_MON_Msk (0xful << RTC_CALM_MON_Pos) /*!< RTC…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drtc.c270 g_u32loMonth = (RTC->CALM & RTC_CALM_MON_Msk) >> RTC_CALM_MON_Pos; in RTC_GetAlarmDateAndTime()
/hal_nuvoton-latest/m48x/StdDriver/src/
Drtc.c277 g_u32loMonth = (RTC->CALM & RTC_CALM_MON_Msk) >> RTC_CALM_MON_Pos; in RTC_GetAlarmDateAndTime()
/hal_nuvoton-latest/m46x/StdDriver/src/
Drtc.c265 g_u32loMonth = (RTC->CALM & RTC_CALM_MON_Msk) >> RTC_CALM_MON_Pos; in RTC_GetAlarmDateAndTime()