Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Drtc_reg.h654 #define RTC_TIME_SEC_Pos (0) /*!< RTC… macro
655 #define RTC_TIME_SEC_Msk (0xful << RTC_TIME_SEC_Pos) /*!< RTC…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Drtc_reg.h750 #define RTC_TIME_SEC_Pos (0) /*!< RTC… macro
751 #define RTC_TIME_SEC_Msk (0xful << RTC_TIME_SEC_Pos) /*!< RTC…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Drtc_reg.h806 #define RTC_TIME_SEC_Pos (0) /*!< RTC… macro
807 #define RTC_TIME_SEC_Msk (0xful << RTC_TIME_SEC_Pos) /*!< RTC…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drtc.c185 g_u32loSec = (RTC->TIME & RTC_TIME_SEC_Msk) >> RTC_TIME_SEC_Pos; in RTC_GetDateAndTime()
/hal_nuvoton-latest/m48x/StdDriver/src/
Drtc.c191 g_u32loSec = (RTC->TIME & RTC_TIME_SEC_Msk) >> RTC_TIME_SEC_Pos; in RTC_GetDateAndTime()
/hal_nuvoton-latest/m46x/StdDriver/src/
Drtc.c180 g_u32loSec = (RTC->TIME & RTC_TIME_SEC_Msk) >> RTC_TIME_SEC_Pos; in RTC_GetDateAndTime()