Searched refs:RCC_CFGR_APB2_PSC_MASK (Results 1 – 2 of 2) sorted by relevance
35 #define RCC_CFGR_APB2_PSC_MASK 0xE000 macro231 (readl(&STM32_RCC->cfgr) & RCC_CFGR_APB2_PSC_MASK) in clock_get()
37 #define RCC_CFGR_APB2_PSC_MASK GENMASK(15, 13) macro222 (readl(®s->cfgr) & RCC_CFGR_APB2_PSC_MASK) in stm32_clk_get_rate()