Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c539 uint32_t temp_tts = 0x00U, temp_dts = 0x00U; in rtc_timestamp_get() local
543 temp_dts = (uint32_t)RTC_DTS; in rtc_timestamp_get()
547 rtc_timestamp->rtc_timestamp_month = (uint8_t)GET_DTS_MON(temp_dts); in rtc_timestamp_get()
548 rtc_timestamp->rtc_timestamp_date = (uint8_t)GET_DTS_DAY(temp_dts); in rtc_timestamp_get()
549 rtc_timestamp->rtc_timestamp_day = (uint8_t)GET_DTS_DOW(temp_dts); in rtc_timestamp_get()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c630 uint32_t temp_tts = 0U, temp_dts = 0U; in rtc_timestamp_get() local
634 temp_dts = (uint32_t)RTC_DTS; in rtc_timestamp_get()
638 rtc_timestamp->timestamp_month = (uint8_t)GET_DTS_MON(temp_dts); in rtc_timestamp_get()
639 rtc_timestamp->timestamp_date = (uint8_t)GET_DTS_DAY(temp_dts); in rtc_timestamp_get()
640 rtc_timestamp->timestamp_day = (uint8_t)GET_DTS_DOW(temp_dts); in rtc_timestamp_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c584 uint32_t temp_tts = 0U, temp_dts = 0U; in rtc_timestamp_get() local
588 temp_dts = (uint32_t)RTC_DTS; in rtc_timestamp_get()
592 rtc_timestamp->timestamp_month = (uint8_t)GET_DTS_MON(temp_dts); in rtc_timestamp_get()
593 rtc_timestamp->timestamp_date = (uint8_t)GET_DTS_DAY(temp_dts); in rtc_timestamp_get()
594 rtc_timestamp->timestamp_day = (uint8_t)GET_DTS_DOW(temp_dts); in rtc_timestamp_get()