/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1821 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_SBSEN); \ 1823 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_SBSEN); \ 1830 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI5EN); \ 1832 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI5EN); \ 1839 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN); \ 1841 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN); \ 1848 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN); \ 1850 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN); \ 1858 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN); \ 1860 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN); \ [all …]
|
D | stm32h5xx_ll_bus.h | 2532 SET_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_EnableClock() 2534 tmpreg = READ_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_EnableClock() 2572 return ((READ_BIT(RCC->APB3ENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB3_GRP1_IsEnabledClock() 2609 CLEAR_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1870 … SET_BIT(RCC->APB3ENR, RCC_APB3ENR_SYSCFGEN); \ 1872 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_SYSCFGEN); \ 1878 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI3EN); \ 1880 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI3EN); \ 1886 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN); \ 1888 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN); \ 1894 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN); \ 1896 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN); \ 1902 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN); \ 1904 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN); \ [all …]
|
D | stm32u5xx_ll_bus.h | 2808 SET_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_EnableClock() 2810 tmpreg = READ_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_EnableClock() 2844 return ((READ_BIT(RCC->APB3ENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB3_GRP1_IsEnabledClock() 2887 CLEAR_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_bus.h | 1681 SET_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_EnableClock() 1683 tmpreg = READ_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_EnableClock() 1702 return ((READ_BIT(RCC->APB3ENR, Periphs) == Periphs) ? 1U : 0U); in LL_APB3_GRP1_IsEnabledClock() 1720 CLEAR_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_DisableClock() 4170 SET_BIT(RCC_C1->APB3ENR, Periphs); in LL_C1_APB3_GRP1_EnableClock() 4172 tmpreg = READ_BIT(RCC_C1->APB3ENR, Periphs); in LL_C1_APB3_GRP1_EnableClock() 4191 return ((READ_BIT(RCC_C1->APB3ENR, Periphs) == Periphs) ? 1U : 0U); in LL_C1_APB3_GRP1_IsEnabledClock() 4210 CLEAR_BIT(RCC_C1->APB3ENR, Periphs); in LL_C1_APB3_GRP1_DisableClock() 5929 SET_BIT(RCC_C2->APB3ENR, Periphs); in LL_C2_APB3_GRP1_EnableClock() 5931 tmpreg = READ_BIT(RCC_C2->APB3ENR, Periphs); in LL_C2_APB3_GRP1_EnableClock() [all …]
|
D | stm32h7xx_hal_rcc.h | 1699 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LTDCEN);\ 1701 tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LTDCEN);\ 1709 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_DSIEN);\ 1711 tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_DSIEN);\ 1718 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_WWDG1EN);\ 1720 tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_WWDG1EN);\ 1725 #define __HAL_RCC_LTDC_CLK_DISABLE() (RCC->APB3ENR) &= ~ (RCC_APB3ENR_LTDCEN) 1728 #define __HAL_RCC_DSI_CLK_DISABLE() (RCC->APB3ENR) &= ~ (RCC_APB3ENR_DSIEN) 1730 #define __HAL_RCC_WWDG1_CLK_DISABLE() (RCC->APB3ENR) &= ~ (RCC_APB3ENR_WWDG1EN) 1739 #define __HAL_RCC_LTDC_IS_CLK_ENABLED() ((RCC->APB3ENR & RCC_APB3ENR_LTDCEN) != 0U) [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_bus.h | 1491 SET_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_EnableClock() 1493 tmpreg = READ_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_EnableClock() 1506 return ((READ_BIT(RCC->APB3ENR, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB3_GRP1_IsEnabledClock() 1518 CLEAR_BIT(RCC->APB3ENR, Periphs); in LL_APB3_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 546 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clocks enable register, … member
|
D | stm32wle5xx.h | 546 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clocks enable register, … member
|
D | stm32wl5mxx.h | 687 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clocks enable register, … member
|
D | stm32wl54xx.h | 687 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clocks enable register, … member
|
D | stm32wl55xx.h | 687 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clocks enable register, … member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h745xx.h | 1326 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member 1352 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, A… member
|
D | stm32h745xg.h | 1326 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member 1352 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, A… member
|
D | stm32h755xx.h | 1327 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member 1353 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, A… member
|
D | stm32h757xx.h | 1408 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member 1434 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, A… member
|
D | stm32h747xg.h | 1407 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member 1433 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, A… member
|
D | stm32h747xx.h | 1407 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member 1433 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, A… member
|
D | stm32h7a3xx.h | 1128 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member
|
D | stm32h7b0xx.h | 1131 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member
|
D | stm32h7b0xxq.h | 1132 …__IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, … member
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 745 …__IO uint32_t APB3ENR; /*!< RCC APB3 Peripherals Clock Enable Register … member
|
D | stm32h523xx.h | 909 …__IO uint32_t APB3ENR; /*!< RCC APB3 Peripherals Clock Enable Register … member
|
D | stm32h562xx.h | 956 …__IO uint32_t APB3ENR; /*!< RCC APB3 Peripherals Clock Enable Register … member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 988 …__IO uint32_t APB3ENR; /*!< APB3 Peripherals Clock Enable Register … member
|