Home
last modified time | relevance | path

Searched refs:timestamp_day (Results 1 – 4 of 4) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h267 …uint8_t timestamp_day; /*!< RTC time-stamp we… member
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h267 …uint8_t timestamp_day; /*!< RTC time-s… member
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c640 rtc_timestamp->timestamp_day = (uint8_t)GET_DTS_DOW(temp_dts); in rtc_timestamp_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c594 rtc_timestamp->timestamp_day = (uint8_t)GET_DTS_DOW(temp_dts); in rtc_timestamp_get()