Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_rtc.c47 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()
114 dateTime->Second = (RTCx->MINSEC & RTC_MINSEC_SEC_Msk) >> RTC_MINSEC_SEC_Pos; in RTC_GetDateTime()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_rtc.c53 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()
120 dateTime->Second = (RTCx->MINSEC & RTC_MINSEC_SEC_Msk) >> RTC_MINSEC_SEC_Pos; in RTC_GetDateTime()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_rtc.c81 RTC->MINSEC = (set_datetime.Second << RTC_MINSEC_SEC_Pos) | in swm_set_rtc_time_stamp()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_rtc.c80 RTC->MINSEC = (set_datetime.Second << RTC_MINSEC_SEC_Pos) | in swm_set_rtc_time_stamp()
/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A DSWM320.h2913 #define RTC_MINSEC_SEC_Pos 0 //秒计数,取值0--59 macro
2914 #define RTC_MINSEC_SEC_Msk (0x3F << RTC_MINSEC_SEC_Pos)
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A DSWM341.h3107 #define RTC_MINSEC_SEC_Pos 0 //秒计数,取值0--59 macro
3108 #define RTC_MINSEC_SEC_Msk (0x3F << RTC_MINSEC_SEC_Pos)

Completed in 43 milliseconds