Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Drtc_reg.h678 #define RTC_CAL_TENDAY_Pos (4) /*!< RTC… macro
679 #define RTC_CAL_TENDAY_Msk (0x3ul << RTC_CAL_TENDAY_Pos) /*!< RTC…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Drtc_reg.h771 #define RTC_CAL_TENDAY_Pos (4) /*!< RTC… macro
772 #define RTC_CAL_TENDAY_Msk (0x3ul << RTC_CAL_TENDAY_Pos) /*!< RTC…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Drtc_reg.h827 #define RTC_CAL_TENDAY_Pos (4) /*!< RTC… macro
828 #define RTC_CAL_TENDAY_Msk (0x3ul << RTC_CAL_TENDAY_Pos) /*!< RTC…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drtc.c176 g_u32hiDay = (RTC->CAL & RTC_CAL_TENDAY_Msk) >> RTC_CAL_TENDAY_Pos; in RTC_GetDateAndTime()
/hal_nuvoton-latest/m48x/StdDriver/src/
Drtc.c182 g_u32hiDay = (RTC->CAL & RTC_CAL_TENDAY_Msk) >> RTC_CAL_TENDAY_Pos; in RTC_GetDateAndTime()
/hal_nuvoton-latest/m46x/StdDriver/src/
Drtc.c171 g_u32hiDay = (RTC->CAL & RTC_CAL_TENDAY_Msk) >> RTC_CAL_TENDAY_Pos; in RTC_GetDateAndTime()