/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rcc.h | 1219 SET_BIT(RCC->AHB5ENR, RCC_AHB5ENR_HPDMA1EN);\ 1221 tmpreg = READ_REG(RCC->AHB5ENR);\ 1227 SET_BIT(RCC->AHB5ENR, RCC_AHB5ENR_DMA2DEN);\ 1229 tmpreg = READ_REG(RCC->AHB5ENR);\ 1236 SET_BIT(RCC->AHB5ENR, RCC_AHB5ENR_JPEGEN);\ 1238 tmpreg = READ_REG(RCC->AHB5ENR);\ 1245 SET_BIT(RCC->AHB5ENR, RCC_AHB5ENR_FMCEN);\ 1247 tmpreg = READ_REG(RCC->AHB5ENR);\ 1253 SET_BIT(RCC->AHB5ENR, RCC_AHB5ENR_XSPI1EN);\ 1255 tmpreg = READ_REG(RCC->AHB5ENR);\ [all …]
|
D | stm32h7rsxx_ll_bus.h | 1131 SET_BIT(RCC->AHB5ENR, Periphs); in LL_AHB5_GRP1_EnableClock() 1133 tmpreg = READ_BIT(RCC->AHB5ENR, Periphs); in LL_AHB5_GRP1_EnableClock() 1166 return ((READ_BIT(RCC->AHB5ENR, Periphs) == Periphs) ? 1U : 0U); in LL_AHB5_GRP1_IsEnabledClock() 1198 CLEAR_BIT(RCC->AHB5ENR, Periphs); in LL_AHB5_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_bus.h | 861 SET_BIT(RCC->AHB5ENR, Periphs); in LL_AHB5_GRP1_EnableClock() 863 tmpreg = READ_BIT(RCC->AHB5ENR, Periphs); in LL_AHB5_GRP1_EnableClock() 881 return ((READ_BIT(RCC->AHB5ENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_AHB5_GRP1_IsEnabledClock() 898 CLEAR_BIT(RCC->AHB5ENR, Periphs); in LL_AHB5_GRP1_DisableClock()
|
D | stm32wbaxx_hal_rcc.h | 804 SET_BIT(RCC->AHB5ENR, RCC_AHB5ENR_RADIOEN); \ 806 … tmpreg = READ_BIT(RCC->AHB5ENR, RCC_AHB5ENR_RADIOEN); \ 813 SET_BIT(RCC->AHB5ENR, RCC_AHB5ENR_PTACONVEN); \ 815 … tmpreg = READ_BIT(RCC->AHB5ENR, RCC_AHB5ENR_PTACONVEN); \ 820 #define __HAL_RCC_RADIO_CLK_DISABLE() CLEAR_BIT(RCC->AHB5ENR, RCC_AHB5ENR_RADIOEN) 823 #define __HAL_RCC_PTACONV_CLK_DISABLE() CLEAR_BIT(RCC->AHB5ENR, RCC_AHB5ENR_PTACONVEN) 1128 #define __HAL_RCC_RADIO_IS_CLK_ENABLED() (READ_BIT(RCC->AHB5ENR, RCC_AHB5ENR_RADIOEN) != 0U) 1130 #define __HAL_RCC_PTACONV_IS_CLK_ENABLED() (READ_BIT(RCC->AHB5ENR, RCC_AHB5ENR_PTACONVEN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 1760 tmpreg = READ_REG(RCC->AHB5ENR); in LL_AHB5_GRP1_EnableClock() 1827 return ((READ_BIT(RCC->AHB5ENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_AHB5_GRP1_IsEnabledClock()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 581 …__IO uint32_t AHB5ENR; /*!< AHB5 Peripherals Clock Enable Register Address … member
|
D | stm32wba52xx.h | 674 …__IO uint32_t AHB5ENR; /*!< AHB5 Peripherals Clock Enable Register Address … member
|
D | stm32wba54xx.h | 701 …__IO uint32_t AHB5ENR; /*!< AHB5 Peripherals Clock Enable Register Address … member
|
D | stm32wba5mxx.h | 701 …__IO uint32_t AHB5ENR; /*!< AHB5 Peripherals Clock Enable Register Address … member
|
D | stm32wba55xx.h | 701 …__IO uint32_t AHB5ENR; /*!< AHB5 Peripherals Clock Enable Register Address … member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1469 …__IO uint32_t AHB5ENR; /*!< RCC AHB5 peripheral clocks enable register, … member
|
D | stm32h7s7xx.h | 1631 …__IO uint32_t AHB5ENR; /*!< RCC AHB5 peripheral clocks enable register, … member
|
D | stm32h7s3xx.h | 1562 …__IO uint32_t AHB5ENR; /*!< RCC AHB5 peripheral clocks enable register, … member
|
D | stm32h7r7xx.h | 1536 …__IO uint32_t AHB5ENR; /*!< RCC AHB5 peripheral clocks enable register, … member
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 2008 …__IO uint32_t AHB5ENR; /*!< RCC AHB5 enable register … member
|
D | stm32n657xx.h | 2134 …__IO uint32_t AHB5ENR; /*!< RCC AHB5 enable register … member
|
D | stm32n655xx.h | 2106 …__IO uint32_t AHB5ENR; /*!< RCC AHB5 enable register … member
|
D | stm32n647xx.h | 2036 …__IO uint32_t AHB5ENR; /*!< RCC AHB5 enable register … member
|