Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f301x8.h5247 #define RCC_CFGR2_ADC1PRES_Pos (4U) macro
5248 #define RCC_CFGR2_ADC1PRES_Msk (0x1FUL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x000001F0…
5250 #define RCC_CFGR2_ADC1PRES_0 (0x01UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000010…
5251 #define RCC_CFGR2_ADC1PRES_1 (0x02UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000020…
5252 #define RCC_CFGR2_ADC1PRES_2 (0x04UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000040…
5253 #define RCC_CFGR2_ADC1PRES_3 (0x08UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000080…
5254 #define RCC_CFGR2_ADC1PRES_4 (0x10UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000100…
Dstm32f318xx.h5237 #define RCC_CFGR2_ADC1PRES_Pos (4U) macro
5238 #define RCC_CFGR2_ADC1PRES_Msk (0x1FUL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x000001F0…
5240 #define RCC_CFGR2_ADC1PRES_0 (0x01UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000010…
5241 #define RCC_CFGR2_ADC1PRES_1 (0x02UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000020…
5242 #define RCC_CFGR2_ADC1PRES_2 (0x04UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000040…
5243 #define RCC_CFGR2_ADC1PRES_3 (0x08UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000080…
5244 #define RCC_CFGR2_ADC1PRES_4 (0x10UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000100…
Dstm32f302x8.h8875 #define RCC_CFGR2_ADC1PRES_Pos (4U) macro
8876 #define RCC_CFGR2_ADC1PRES_Msk (0x1FUL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x000001F0…
8878 #define RCC_CFGR2_ADC1PRES_0 (0x01UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000010…
8879 #define RCC_CFGR2_ADC1PRES_1 (0x02UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000020…
8880 #define RCC_CFGR2_ADC1PRES_2 (0x04UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000040…
8881 #define RCC_CFGR2_ADC1PRES_3 (0x08UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000080…
8882 #define RCC_CFGR2_ADC1PRES_4 (0x10UL << RCC_CFGR2_ADC1PRES_Pos) /*!< 0x00000100…
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1250 … frequency = RCC_GetPLLCLKFreq() / adc_pll_prediv_table[(srcclk >> RCC_CFGR2_ADC1PRES_Pos) & 0xFU]; in HAL_RCCEx_GetPeriphCLKFreq()