Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_rtc.c53 …RTCx->MONDAY = (calcWeekDay(initStruct->Year, initStruct->Month, initStruct->Date) << RTC_MONDAY_D… in RTC_Init()
109 dateTime->Month = (RTCx->MONDAY & RTC_MONDAY_MON_Msk) >> RTC_MONDAY_MON_Pos; in RTC_GetDateTime()
111 dateTime->Day = 1 << ((RTCx->MONDAY & RTC_MONDAY_DAY_Msk) >> RTC_MONDAY_DAY_Pos); in RTC_GetDateTime()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_rtc.c59 …RTCx->MONDAY = (calcWeekDay(initStruct->Year, initStruct->Month, initStruct->Date) << RTC_MONDAY_D… in RTC_Init()
115 dateTime->Month = (RTCx->MONDAY & RTC_MONDAY_MON_Msk) >> RTC_MONDAY_MON_Pos; in RTC_GetDateTime()
117 dateTime->Day = 1 << ((RTCx->MONDAY & RTC_MONDAY_DAY_Msk) >> RTC_MONDAY_DAY_Pos); in RTC_GetDateTime()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_rtc.c85 RTC->MONDAY = (calcWeekDay(set_datetime.Year, set_datetime.Month, set_datetime.Date) in swm_set_rtc_time_stamp()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_rtc.c84 RTC->MONDAY = (calcWeekDay(set_datetime.Year, set_datetime.Month, set_datetime.Date) in swm_set_rtc_time_stamp()
/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A DSWM320.h2884 __IO uint32_t MONDAY; //月周计数 member
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A DSWM341.h3078 __IO uint32_t MONDAY; //月周计数 member

Completed in 54 milliseconds