/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1012 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 1014 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 1021 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM3EN); \ 1023 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM3EN); \ 1030 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM4EN); \ 1032 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM4EN); \ 1039 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM6EN); \ 1041 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM6EN); \ 1047 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM7EN); \ 1049 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM7EN); \ [all …]
|
D | stm32g0xx_ll_bus.h | 470 SET_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_EnableClock() 472 tmpreg = READ_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_EnableClock() 542 return ((READ_BIT(RCC->APBENR1, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP1_IsEnabledClock() 611 CLEAR_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 857 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 859 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 865 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM3EN); \ 867 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM3EN); \ 873 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM6EN); \ 875 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM6EN); \ 881 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM7EN); \ 883 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM7EN); \ 889 SET_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN); \ 891 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN); \ [all …]
|
D | stm32u0xx_ll_bus.h | 464 SET_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_EnableClock() 466 tmpreg = READ_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_EnableClock() 533 return (READ_BIT(RCC->APBENR1, Periphs) == Periphs); in LL_APB1_GRP1_IsEnabledClock() 598 CLEAR_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 799 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 801 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 808 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM3EN); \ 810 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM3EN); \ 816 SET_BIT(RCC->APBENR1, RCC_APBENR1_RTCAPBEN); \ 818 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_RTCAPBEN); \ 824 SET_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN); \ 826 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN); \ 833 SET_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \ 835 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \ [all …]
|
D | stm32c0xx_ll_bus.h | 335 SET_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_EnableClock() 337 tmpreg = READ_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_EnableClock() 371 return ((READ_BIT(RCC->APBENR1, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP1_IsEnabledClock() 404 CLEAR_BIT(RCC->APBENR1, Periphs); in LL_APB1_GRP1_DisableClock()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc.c | 629 if (HAL_IS_BIT_CLR(RCC->APBENR1, RCC_APBENR1_PWREN)) in HAL_RCC_OscConfig()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 355 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32c031xx.h | 357 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32c071xx.h | 380 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 357 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g050xx.h | 362 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g070xx.h | 361 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g031xx.h | 382 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g041xx.h | 383 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g051xx.h | 422 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g061xx.h | 423 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g071xx.h | 439 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g081xx.h | 440 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g0b0xx.h | 369 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g0c1xx.h | 519 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
D | stm32g0b1xx.h | 518 …__IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, … member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 483 …__IO uint32_t APBENR1; /*!< RCC APB1 peripherals clock enable register, … member
|
D | stm32u083xx.h | 543 …__IO uint32_t APBENR1; /*!< RCC APB1 peripherals clock enable register, … member
|
D | stm32u073xx.h | 509 …__IO uint32_t APBENR1; /*!< RCC APB1 peripherals clock enable register, … member
|