Searched refs:APB5ENR (Results 1 – 11 of 11) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 2407 SET_BIT(RCC->APB5ENR, Periphs); in LL_APB5_GRP1_EnableClock() 2409 tmpreg = READ_BIT(RCC->APB5ENR, Periphs); in LL_APB5_GRP1_EnableClock() 2428 return ((READ_BIT(RCC->APB5ENR, Periphs) == Periphs) ? 1U : 0U); in LL_APB5_GRP1_IsEnabledClock() 2446 CLEAR_BIT(RCC->APB5ENR, Periphs); in LL_APB5_GRP1_DisableClock()
|
D | stm32h7rsxx_hal_rcc.h | 1877 SET_BIT(RCC->APB5ENR, RCC_APB5ENR_LTDCEN);\ 1879 tmpreg = READ_REG(RCC->APB5ENR);\ 1885 SET_BIT(RCC->APB5ENR, RCC_APB5ENR_DCMIPPEN);\ 1887 tmpreg = READ_REG(RCC->APB5ENR);\ 1893 SET_BIT(RCC->APB5ENR, RCC_APB5ENR_GFXTIMEN);\ 1895 tmpreg = READ_REG(RCC->APB5ENR);\ 1899 #define __HAL_RCC_LTDC_CLK_DISABLE() CLEAR_BIT(RCC->APB5ENR, RCC_APB5ENR_LTDCEN) 1901 #define __HAL_RCC_DCMIPP_CLK_DISABLE() CLEAR_BIT(RCC->APB5ENR, RCC_APB5ENR_DCMIPPEN) 1903 #define __HAL_RCC_GFXTIM_CLK_DISABLE() CLEAR_BIT(RCC->APB5ENR, RCC_APB5ENR_GFXTIMEN) 2213 #define __HAL_RCC_LTDC_IS_CLK_ENABLED() (READ_BIT(RCC->APB5ENR, RCC_APB5ENR_LTDCEN) != 0U) [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 3644 tmpreg = READ_REG(RCC->APB5ENR); in LL_APB5_GRP1_EnableClock() 3665 return ((READ_BIT(RCC->APB5ENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB5_GRP1_IsEnabledClock()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1473 …__IO uint32_t APB5ENR; /*!< RCC APB5 peripheral clocks enable register, … member
|
D | stm32h7s7xx.h | 1635 …__IO uint32_t APB5ENR; /*!< RCC APB5 peripheral clocks enable register, … member
|
D | stm32h7s3xx.h | 1566 …__IO uint32_t APB5ENR; /*!< RCC APB5 peripheral clocks enable register, … member
|
D | stm32h7r7xx.h | 1540 …__IO uint32_t APB5ENR; /*!< RCC APB5 peripheral clocks enable register, … member
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 2015 …__IO uint32_t APB5ENR; /*!< RCC APB5 enable register … member
|
D | stm32n657xx.h | 2141 …__IO uint32_t APB5ENR; /*!< RCC APB5 enable register … member
|
D | stm32n655xx.h | 2113 …__IO uint32_t APB5ENR; /*!< RCC APB5 enable register … member
|
D | stm32n647xx.h | 2043 …__IO uint32_t APB5ENR; /*!< RCC APB5 enable register … member
|