Searched refs:RCC_APB3ENR_VREFEN (Results 1 – 21 of 21) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1942 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN); \ 1944 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN); \ 1974 #define __HAL_RCC_VREF_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN) 2564 #define __HAL_RCC_VREF_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN) != 0U) 2586 #define __HAL_RCC_VREF_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN) == 0U)
|
D | stm32u5xx_ll_bus.h | 304 #define LL_APB3_GRP1_PERIPH_VREF RCC_APB3ENR_VREFEN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1926 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN); \ 1928 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN); \ 1980 #define __HAL_RCC_VREF_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN) 2693 #define __HAL_RCC_VREF_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN) != 0U) 2737 #define __HAL_RCC_VREF_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_VREFEN) == 0U)
|
D | stm32h5xx_ll_bus.h | 377 #define LL_APB3_GRP1_PERIPH_VREF RCC_APB3ENR_VREFEN
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 13403 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk macro
|
D | stm32h562xx.h | 14221 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk macro
|
D | stm32h533xx.h | 13940 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk macro
|
D | stm32h573xx.h | 16848 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk macro
|
D | stm32h563xx.h | 16311 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 15313 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u535xx.h | 14776 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u575xx.h | 16247 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u585xx.h | 16839 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u595xx.h | 17311 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u5a5xx.h | 17903 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u5f7xx.h | 18880 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u599xx.h | 21064 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u5g7xx.h | 19472 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u5f9xx.h | 22015 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u5a9xx.h | 21656 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|
D | stm32u5g9xx.h | 22607 #define RCC_APB3ENR_VREFEN RCC_APB3ENR_VREFEN_Msk /*!< VREFBUF C… macro
|