Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Drtc_reg.h675 #define RTC_CAL_DAY_Pos (0) /*!< RTC… macro
676 #define RTC_CAL_DAY_Msk (0xful << RTC_CAL_DAY_Pos) /*!< RTC…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Drtc_reg.h768 #define RTC_CAL_DAY_Pos (0) /*!< RTC… macro
769 #define RTC_CAL_DAY_Msk (0xful << RTC_CAL_DAY_Pos) /*!< RTC…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Drtc_reg.h824 #define RTC_CAL_DAY_Pos (0) /*!< RTC… macro
825 #define RTC_CAL_DAY_Msk (0xful << RTC_CAL_DAY_Pos) /*!< RTC…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drtc.c177 g_u32loDay = (RTC->CAL & RTC_CAL_DAY_Msk) >> RTC_CAL_DAY_Pos; in RTC_GetDateAndTime()
/hal_nuvoton-latest/m48x/StdDriver/src/
Drtc.c183 g_u32loDay = (RTC->CAL & RTC_CAL_DAY_Msk) >> RTC_CAL_DAY_Pos; in RTC_GetDateAndTime()
/hal_nuvoton-latest/m46x/StdDriver/src/
Drtc.c172 g_u32loDay = (RTC->CAL & RTC_CAL_DAY_Msk) >> RTC_CAL_DAY_Pos; in RTC_GetDateAndTime()