Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Drtc_reg.h735 #define RTC_CALM_TENMON_Pos (12) /*!< RTC… macro
736 #define RTC_CALM_TENMON_Msk (0x1ul << RTC_CALM_TENMON_Pos) /*!< RTC…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Drtc_reg.h822 #define RTC_CALM_TENMON_Pos (12) /*!< RTC… macro
823 #define RTC_CALM_TENMON_Msk (0x1ul << RTC_CALM_TENMON_Pos) /*!< RTC…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Drtc_reg.h875 #define RTC_CALM_TENMON_Pos (12) /*!< RTC… macro
876 #define RTC_CALM_TENMON_Msk (0x1ul << RTC_CALM_TENMON_Pos) /*!< RTC…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drtc.c269 g_u32hiMonth = (RTC->CALM & RTC_CALM_TENMON_Msk) >> RTC_CALM_TENMON_Pos; in RTC_GetAlarmDateAndTime()
/hal_nuvoton-latest/m48x/StdDriver/src/
Drtc.c276 g_u32hiMonth = (RTC->CALM & RTC_CALM_TENMON_Msk) >> RTC_CALM_TENMON_Pos; in RTC_GetAlarmDateAndTime()
/hal_nuvoton-latest/m46x/StdDriver/src/
Drtc.c264 g_u32hiMonth = (RTC->CALM & RTC_CALM_TENMON_Msk) >> RTC_CALM_TENMON_Pos; in RTC_GetAlarmDateAndTime()