Home
last modified time | relevance | path

Searched refs:RCU_CFG0_APB1PSC_MSK (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/soc/gd/gd32/gd32l23x/
Dgd32_regs.h20 #define RCU_CFG0_APB1PSC_MSK (BIT_MASK(3) << RCU_CFG0_APB1PSC_POS) macro
/Zephyr-latest/soc/gd/gd32/gd32vf103/
Dgd32_regs.h21 #define RCU_CFG0_APB1PSC_MSK (BIT_MASK(3) << RCU_CFG0_APB1PSC_POS) macro
/Zephyr-latest/soc/gd/gd32/gd32e10x/
Dgd32_regs.h21 #define RCU_CFG0_APB1PSC_MSK (BIT_MASK(3) << RCU_CFG0_APB1PSC_POS) macro
/Zephyr-latest/soc/gd/gd32/gd32e50x/
Dgd32_regs.h21 #define RCU_CFG0_APB1PSC_MSK (BIT_MASK(3) << RCU_CFG0_APB1PSC_POS) macro
/Zephyr-latest/soc/gd/gd32/gd32f3x0/
Dgd32_regs.h21 #define RCU_CFG0_APB1PSC_MSK (BIT_MASK(3) << RCU_CFG0_APB1PSC_POS) macro
/Zephyr-latest/soc/gd/gd32/gd32f403/
Dgd32_regs.h21 #define RCU_CFG0_APB1PSC_MSK (BIT_MASK(3) << RCU_CFG0_APB1PSC_POS) macro
/Zephyr-latest/soc/gd/gd32/gd32a50x/
Dgd32_regs.h22 #define RCU_CFG0_APB1PSC_MSK (BIT_MASK(3) << RCU_CFG0_APB1PSC_POS) macro
/Zephyr-latest/soc/gd/gd32/gd32f4xx/
Dgd32_regs.h24 #define RCU_CFG0_APB1PSC_MSK (BIT_MASK(3) << RCU_CFG0_APB1PSC_POS) macro
/Zephyr-latest/drivers/clock_control/
Dclock_control_gd32.c122 psc = (cfg & RCU_CFG0_APB1PSC_MSK) >> RCU_CFG0_APB1PSC_POS; in clock_control_gd32_get_rate()