Home
last modified time | relevance | path

Searched refs:RTC_CALM_TENMON_Msk (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Drtc_reg.h876 #define RTC_CALM_TENMON_Msk (0x1ul << RTC_CALM_TENMON_Pos) /*!< RTC… macro
/hal_nuvoton-3.4.0/m48x/StdDriver/src/
Drtc.c276 g_u32hiMonth = (RTC->CALM & RTC_CALM_TENMON_Msk) >> RTC_CALM_TENMON_Pos; in RTC_GetAlarmDateAndTime()