/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 936 SET_BIT(RCC->APBENR2, RCC_APBENR2_SYSCFGEN); \ 938 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SYSCFGEN); \ 944 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 946 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 952 SET_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 954 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 960 SET_BIT(RCC->APBENR2, RCC_APBENR2_USART1EN); \ 962 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_USART1EN); \ 968 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN); \ 970 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN); \ [all …]
|
D | stm32c0xx_ll_bus.h | 569 SET_BIT(RCC->APBENR2, Periphs); in LL_APB1_GRP2_EnableClock() 571 tmpreg = READ_BIT(RCC->APBENR2, Periphs); in LL_APB1_GRP2_EnableClock() 599 return ((READ_BIT(RCC->APBENR2, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP2_IsEnabledClock() 626 CLEAR_BIT(RCC->APBENR2, Periphs); in LL_APB1_GRP2_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1296 SET_BIT(RCC->APBENR2, RCC_APBENR2_SYSCFGEN); \ 1298 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SYSCFGEN); \ 1304 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 1306 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 1312 SET_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1314 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1320 SET_BIT(RCC->APBENR2, RCC_APBENR2_USART1EN); \ 1322 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_USART1EN); \ 1328 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN); \ 1330 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN); \ [all …]
|
D | stm32g0xx_ll_bus.h | 924 SET_BIT(RCC->APBENR2, Periphs); in LL_APB2_GRP1_EnableClock() 926 tmpreg = READ_BIT(RCC->APBENR2, Periphs); in LL_APB2_GRP1_EnableClock() 956 return ((READ_BIT(RCC->APBENR2, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB2_GRP1_IsEnabledClock() 985 CLEAR_BIT(RCC->APBENR2, Periphs); in LL_APB2_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1147 SET_BIT(RCC->APBENR2, RCC_APBENR2_SYSCFGEN); \ 1149 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SYSCFGEN); \ 1159 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 1161 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 1167 SET_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1169 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1175 SET_BIT(RCC->APBENR2, RCC_APBENR2_USART1EN); \ 1177 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_USART1EN); \ 1183 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN); \ 1185 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN); \ [all …]
|
D | stm32u0xx_ll_bus.h | 899 SET_BIT(RCC->APBENR2, Periphs); in LL_APB1_GRP2_EnableClock() 901 tmpreg = READ_BIT(RCC->APBENR2, Periphs); in LL_APB1_GRP2_EnableClock() 928 return ((READ_BIT(RCC->APBENR2, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP2_IsEnabledClock() 955 CLEAR_BIT(RCC->APBENR2, Periphs); in LL_APB1_GRP2_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 356 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32c031xx.h | 358 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32c071xx.h | 381 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 358 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g050xx.h | 363 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g070xx.h | 362 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g031xx.h | 383 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g041xx.h | 384 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g051xx.h | 423 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g061xx.h | 424 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g071xx.h | 440 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g081xx.h | 441 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g0b0xx.h | 370 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g0c1xx.h | 520 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
D | stm32g0b1xx.h | 519 …__IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, … member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 485 …__IO uint32_t APBENR2; /*!< RCC APB2 peripherals clock enable register, … member
|
D | stm32u083xx.h | 545 …__IO uint32_t APBENR2; /*!< RCC APB2 peripherals clock enable register, … member
|
D | stm32u073xx.h | 511 …__IO uint32_t APBENR2; /*!< RCC APB2 peripherals clock enable register, … member
|