Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h269 …uint8_t timestamp_minute; /*!< RTC time-stamp mi… member
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h269 …uint8_t timestamp_minute; /*!< RTC time-s… member
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c596 rtc_timestamp->timestamp_minute = (uint8_t)GET_TTS_MN(temp_tts); in rtc_timestamp_get()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c642 rtc_timestamp->timestamp_minute = (uint8_t)GET_TTS_MN(temp_tts); in rtc_timestamp_get()