Home
last modified time | relevance | path

Searched refs:RTC_CTL_OUT2EN (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h109 #define RTC_CTL_OUT2EN BIT(31) /*!< RTC_OUT… macro
331 #define RTC_OUT_PB2 RTC_CTL_OUT2EN /*!< RTC_OUT…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c899 RTC_CTL &= (uint32_t)~(RTC_CTL_OUT2EN); in rtc_output_pin_select()