Searched refs:APB7ENR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc.h | 1008 SET_BIT(RCC->APB7ENR, RCC_APB7ENR_SYSCFGEN); \ 1010 … tmpreg = READ_BIT(RCC->APB7ENR, RCC_APB7ENR_SYSCFGEN); \ 1016 SET_BIT(RCC->APB7ENR, RCC_APB7ENR_SPI3EN); \ 1018 … tmpreg = READ_BIT(RCC->APB7ENR, RCC_APB7ENR_SPI3EN); \ 1024 SET_BIT(RCC->APB7ENR, RCC_APB7ENR_LPUART1EN); \ 1026 … tmpreg = READ_BIT(RCC->APB7ENR, RCC_APB7ENR_LPUART1EN); \ 1032 SET_BIT(RCC->APB7ENR, RCC_APB7ENR_I2C3EN); \ 1034 … tmpreg = READ_BIT(RCC->APB7ENR, RCC_APB7ENR_I2C3EN); \ 1040 SET_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN); \ 1042 … tmpreg = READ_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN); \ [all …]
|
D | stm32wbaxx_ll_bus.h | 1570 SET_BIT(RCC->APB7ENR, Periphs); in LL_APB7_GRP1_EnableClock() 1572 tmpreg = READ_BIT(RCC->APB7ENR, Periphs); in LL_APB7_GRP1_EnableClock() 1600 return ((READ_BIT(RCC->APB7ENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB7_GRP1_IsEnabledClock() 1627 CLEAR_BIT(RCC->APB7ENR, Periphs); in LL_APB7_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 585 …__IO uint32_t APB7ENR; /*!< APB7 Peripherals Clock Enable Register Address … member
|
D | stm32wba52xx.h | 678 …__IO uint32_t APB7ENR; /*!< APB7 Peripherals Clock Enable Register Address … member
|
D | stm32wba54xx.h | 705 …__IO uint32_t APB7ENR; /*!< APB7 Peripherals Clock Enable Register Address … member
|
D | stm32wba5mxx.h | 705 …__IO uint32_t APB7ENR; /*!< APB7 Peripherals Clock Enable Register Address … member
|
D | stm32wba55xx.h | 705 …__IO uint32_t APB7ENR; /*!< APB7 Peripherals Clock Enable Register Address … member
|