Home
last modified time | relevance | path

Searched refs:RTC_WEEKDAY_T (Results 1 – 3 of 3) sorted by relevance

/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_rtc.h107 } RTC_WEEKDAY_T; typedef
462 RTC_WEEKDAY_T weekday; /*!< Set weekday of RTC date */
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_rtc.c611 date->weekday = (RTC_WEEKDAY_T)((temp & 0x0000E000) >> 13); in RTC_ReadDate()
618 date->weekday = (RTC_WEEKDAY_T)(date->weekday); in RTC_ReadDate()
1392 date->weekday = (RTC_WEEKDAY_T)((tempdate & 0x0000E000) >> 13); in RTC_ReadTimeDate()
1403 date->weekday = (RTC_WEEKDAY_T)(date->weekday); in RTC_ReadTimeDate()
/bsp/apm32/libraries/Drivers/
A Ddrv_rtc.c233 dateConfig.weekday = (RTC_WEEKDAY_T)(tm.tm_wday + 1); in set_rtc_time_stamp()

Completed in 17 milliseconds