Home
last modified time | relevance | path

Searched refs:MINSEC (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()
113 dateTime->Minute = (RTCx->MINSEC & RTC_MINSEC_MIN_Msk) >> RTC_MINSEC_MIN_Pos; in RTC_GetDateTime()
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()
119 dateTime->Minute = (RTCx->MINSEC & RTC_MINSEC_MIN_Msk) >> RTC_MINSEC_MIN_Pos; in RTC_GetDateTime()
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.h2880 __IO uint32_t MINSEC; //分秒计数 member
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A DSWM341.h3074 __IO uint32_t MINSEC; //分秒计数 member

Completed in 48 milliseconds