Home
last modified time | relevance | path

Searched refs:RCC_APB4ENR_VREFEN (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h2504 SET_BIT(RCC->APB4ENR, RCC_APB4ENR_VREFEN);\
2506 tmpreg = READ_BIT(RCC->APB4ENR, RCC_APB4ENR_VREFEN);\
2564 #define __HAL_RCC_VREF_CLK_DISABLE() (RCC->APB4ENR) &= ~ (RCC_APB4ENR_VREFEN)
2598 #define __HAL_RCC_VREF_IS_CLK_ENABLED() ((RCC->APB4ENR & RCC_APB4ENR_VREFEN) != 0U)
2626 #define __HAL_RCC_VREF_IS_CLK_DISABLED() ((RCC->APB4ENR & RCC_APB4ENR_VREFEN) == 0U)
3591 SET_BIT(RCC_C1->APB4ENR, RCC_APB4ENR_VREFEN);\
3593 tmpreg = READ_BIT(RCC_C1->APB4ENR, RCC_APB4ENR_VREFEN);\
3623 #define __HAL_RCC_C1_VREF_CLK_DISABLE() (RCC_C1->APB4ENR) &= ~ (RCC_APB4ENR_VREFEN)
4620 SET_BIT(RCC_C2->APB4ENR, RCC_APB4ENR_VREFEN);\
4622 tmpreg = READ_BIT(RCC_C2->APB4ENR, RCC_APB4ENR_VREFEN);\
[all …]
Dstm32h7xx_ll_bus.h370 #define LL_APB4_GRP1_PERIPH_VREF RCC_APB4ENR_VREFEN
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_bus.h230 #define LL_APB4_GRP1_PERIPH_VREF RCC_APB4ENR_VREFEN
Dstm32h7rsxx_hal_rcc.h1821 SET_BIT(RCC->APB4ENR, RCC_APB4ENR_VREFEN);\
1857 #define __HAL_RCC_VREF_CLK_DISABLE() CLEAR_BIT(RCC->APB4ENR, RCC_APB4ENR_VREFEN)
2195 #define __HAL_RCC_VREF_IS_CLK_ENABLED() (READ_BIT(RCC->APB4ENR, RCC_APB4ENR_VREFEN) != 0U)
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13807 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h7b0xx.h14263 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h7b0xxq.h14275 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h7a3xxq.h13819 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h7b3xx.h14270 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h7b3xxq.h14282 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h730xxq.h16139 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h733xx.h16127 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h725xx.h15676 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h730xx.h16127 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h735xx.h16139 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h742xx.h15002 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h723xx.h15664 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h750xx.h15907 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h753xx.h15913 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h745xx.h16240 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h745xg.h16240 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h16185 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h7s7xx.h17252 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h7s3xx.h16829 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro
Dstm32h7r7xx.h16606 #define RCC_APB4ENR_VREFEN RCC_APB4ENR_VREFEN_Msk macro

12