Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Drtc_reg.h708 #define RTC_TALM_TENSEC_Pos (4) /*!< RTC… macro
709 #define RTC_TALM_TENSEC_Msk (0x7ul << RTC_TALM_TENSEC_Pos) /*!< RTC…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Drtc_reg.h798 #define RTC_TALM_TENSEC_Pos (4) /*!< RTC… macro
799 #define RTC_TALM_TENSEC_Msk (0x7ul << RTC_TALM_TENSEC_Pos) /*!< RTC…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Drtc_reg.h851 #define RTC_TALM_TENSEC_Pos (4) /*!< RTC… macro
852 #define RTC_TALM_TENSEC_Msk (0x7ul << RTC_TALM_TENSEC_Pos) /*!< RTC…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drtc.c279 g_u32hiSec = (RTC->TALM & RTC_TALM_TENSEC_Msk) >> RTC_TALM_TENSEC_Pos; in RTC_GetAlarmDateAndTime()
/hal_nuvoton-latest/m48x/StdDriver/src/
Drtc.c287 g_u32hiSec = (RTC->TALM & RTC_TALM_TENSEC_Msk) >> RTC_TALM_TENSEC_Pos; in RTC_GetAlarmDateAndTime()
/hal_nuvoton-latest/m46x/StdDriver/src/
Drtc.c274 g_u32hiSec = (RTC->TALM & RTC_TALM_TENSEC_Msk) >> RTC_TALM_TENSEC_Pos; in RTC_GetAlarmDateAndTime()