Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_rtc.h93 } RTC_MONTH_T; typedef
463 RTC_MONTH_T month; /*!< Set month of RTC date */
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_rtc.c524 dateConfig->month = (RTC_MONTH_T)((dateConfig->month & (uint32_t)~(0x10)) + 0x0A); in RTC_ConfigDate()
609 date->month = (RTC_MONTH_T)((temp & 0x00001F00) >> 8); in RTC_ReadDate()
616 date->month = (RTC_MONTH_T)RTC_Bcd2ConByte(date->month); in RTC_ReadDate()
1390 date->month = (RTC_MONTH_T)((tempdate & 0x00001F00) >> 8); in RTC_ReadTimeDate()
1401 date->month = (RTC_MONTH_T)RTC_Bcd2ConByte(date->month); in RTC_ReadTimeDate()
/bsp/apm32/libraries/Drivers/
A Ddrv_rtc.c232 dateConfig.month = (RTC_MONTH_T)(tm.tm_mon + 1); in set_rtc_time_stamp()

Completed in 8 milliseconds