Home
last modified time | relevance | path

Searched refs:RCU_CFG0_APB1PSC (Results 1 – 4 of 4) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_rcu.c63 RCU_CFG0 &= ~(RCU_CFG0_SCS | RCU_CFG0_AHBPSC | RCU_CFG0_APB1PSC | RCU_CFG0_APB2PSC | in rcu_deinit()
306 reg &= ~RCU_CFG0_APB1PSC; in rcu_apb1_clock_config()
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_hwtimer.c103 temp = RCU_CFG0 & RCU_CFG0_APB1PSC; in __set_timerx_freq()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/
A Dsystem_gd32vf103.c158 RCU_CFG0 &= ~(RCU_CFG0_SCS | RCU_CFG0_AHBPSC | RCU_CFG0_APB1PSC | RCU_CFG0_APB2PSC | in SystemInit()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_rcu.h82 #define RCU_CFG0_APB1PSC BITS(8,10) /*!< APB1 prescaler selection */ macro

Completed in 16 milliseconds