Home
last modified time | relevance | path

Searched refs:RCC_AHB2ENR_HSEMEN (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc.h722 SET_BIT(RCC->AHB2ENR, RCC_AHB2ENR_HSEMEN); \
724 … tmpreg = READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_HSEMEN); \
758 #define __HAL_RCC_HSEM_CLK_DISABLE() CLEAR_BIT(RCC->AHB2ENR, RCC_AHB2ENR_HSEMEN)
1106 #define __HAL_RCC_HSEM_IS_CLK_ENABLED() (READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_HSEMEN) != 0U)
Dstm32wbaxx_ll_bus.h100 #define LL_AHB2_GRP1_PERIPH_HSEM RCC_AHB2ENR_HSEMEN
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_bus.h151 #if defined(HSEM) && defined(RCC_AHB2ENR_HSEMEN)
152 #define LL_AHB2_GRP1_PERIPH_HSEM RCC_AHB2ENR_HSEMEN
Dstm32h7xx_hal_rcc.h1271 #if defined(RCC_AHB2ENR_HSEMEN)
1274 SET_BIT(RCC->AHB2ENR, RCC_AHB2ENR_HSEMEN);\
1276 tmpreg = READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_HSEMEN);\
1324 #if defined(RCC_AHB2ENR_HSEMEN)
1325 #define __HAL_RCC_HSEM_CLK_DISABLE() (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_HSEMEN))
1370 #if defined(RCC_AHB2ENR_HSEMEN)
1371 #define __HAL_RCC_HSEM_IS_CLK_ENABLED() ((RCC->AHB2ENR & RCC_AHB2ENR_HSEMEN) != 0U)
1410 #if defined(RCC_AHB2ENR_HSEMEN)
1411 #define __HAL_RCC_HSEM_IS_CLK_DISABLED() ((RCC->AHB2ENR & RCC_AHB2ENR_HSEMEN) == 0U)
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h6261 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32wba52xx.h10064 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32wba54xx.h10354 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32wba5mxx.h10372 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32wba55xx.h10372 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13557 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32h7b0xx.h14007 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32h7b0xxq.h14019 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32h7a3xxq.h13569 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32h7b3xx.h14014 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro
Dstm32h7b3xxq.h14026 #define RCC_AHB2ENR_HSEMEN RCC_AHB2ENR_HSEMEN_Msk macro