Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Drtc_reg.h741 #define RTC_CALM_TENYEAR_Pos (20) /*!< RTC… macro
742 #define RTC_CALM_TENYEAR_Msk (0xful << RTC_CALM_TENYEAR_Pos) /*!< RTC…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Drtc_reg.h828 #define RTC_CALM_TENYEAR_Pos (20) /*!< RTC… macro
829 #define RTC_CALM_TENYEAR_Msk (0xful << RTC_CALM_TENYEAR_Pos) /*!< RTC…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Drtc_reg.h881 #define RTC_CALM_TENYEAR_Pos (20) /*!< RTC… macro
882 #define RTC_CALM_TENYEAR_Msk (0xful << RTC_CALM_TENYEAR_Pos) /*!< RTC…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drtc.c267 g_u32hiYear = (RTC->CALM & RTC_CALM_TENYEAR_Msk) >> RTC_CALM_TENYEAR_Pos; in RTC_GetAlarmDateAndTime()
/hal_nuvoton-latest/m48x/StdDriver/src/
Drtc.c274 g_u32hiYear = (RTC->CALM & RTC_CALM_TENYEAR_Msk) >> RTC_CALM_TENYEAR_Pos; in RTC_GetAlarmDateAndTime()
/hal_nuvoton-latest/m46x/StdDriver/src/
Drtc.c262 g_u32hiYear = (RTC->CALM & RTC_CALM_TENYEAR_Msk) >> RTC_CALM_TENYEAR_Pos; in RTC_GetAlarmDateAndTime()