Searched refs:RCC_CFGR_APB1_PSC_MASK (Results 1 – 2 of 2) sorted by relevance
34 #define RCC_CFGR_APB1_PSC_MASK 0x1C00 macro225 (readl(&STM32_RCC->cfgr) & RCC_CFGR_APB1_PSC_MASK) in clock_get()
36 #define RCC_CFGR_APB1_PSC_MASK GENMASK(12, 10) macro215 (readl(®s->cfgr) & RCC_CFGR_APB1_PSC_MASK) in stm32_clk_get_rate()