Home
last modified time | relevance | path

Searched refs:GET_TTS_MN (Results 1 – 6 of 6) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c551 rtc_timestamp->rtc_timestamp_minute = (uint8_t)GET_TTS_MN(temp_tts); in rtc_timestamp_get()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h370 #define GET_TTS_MN(regval) GET_BITS((regval),8,14) /*!< get val… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h400 #define GET_TTS_MN(regval) GET_BITS((regval),8,14) /*!< get valu… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h412 #define GET_TTS_MN(regval) GET_BITS((regval),8,14) /*!< get val… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c642 rtc_timestamp->timestamp_minute = (uint8_t)GET_TTS_MN(temp_tts); in rtc_timestamp_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c596 rtc_timestamp->timestamp_minute = (uint8_t)GET_TTS_MN(temp_tts); in rtc_timestamp_get()