Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c757 RTC_CTL &= (uint32_t)~(RTC_CTL_COEN | RTC_CTL_OS | RTC_CTL_OPOL | RTC_CTL_COS); in rtc_alter_output_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h100 #define RTC_CTL_OS BITS(21,22) /*!< output … macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h127 #define RTC_CTL_OS BITS(21,22) /*!< output selecti… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h106 #define RTC_CTL_OS BITS(21,22) /*!< output … macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c925 RTC_CTL &= ~(RTC_CTL_OS | RTC_CTL_OPOL); in rtc_alarm_output_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c845 RTC_CTL &= ~(RTC_CTL_OS | RTC_CTL_OPOL); in rtc_alarm_output_config()