Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rcu.c71 RCU_CFG0_RTCDIV | RCU_CFG0_CKOUT0SEL | RCU_CFG0_I2SSEL | RCU_CFG0_CKOUT0DIV | in rcu_deinit()
636 reg &= ~RCU_CFG0_RTCDIV; in rcu_rtc_div_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rcu.h110 #define RCU_CFG0_RTCDIV BITS(16,20) /*!< RTC clock divider factor */ macro