Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c803 RTC_HRFC = (uint32_t)(window | plus | HRFC_CMSK(minus)); in rtc_calibration_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h389 #define HRFC_CMSK(regval) (BITS(0,8) & ((uint32_t)(regval) << 0U)) /*!< write … macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h419 #define HRFC_CMSK(regval) (BITS(0,8) & ((uint32_t)(regval) << 0)) /*!< write va… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h431 #define HRFC_CMSK(regval) (BITS(0,8) & ((uint32_t)(regval) << 0)) /*!< write v… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c1187 RTC_HRFC = (uint32_t)(window | plus | HRFC_CMSK(minus)); in rtc_smooth_calibration_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c1281 RTC_HRFC = (uint32_t)(window | plus | HRFC_CMSK(minus)); in rtc_smooth_calibration_config()