| /hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
| D | stm32c0xx_hal_rcc.h | 1235 #define __HAL_RCC_APB1_GRP2_FORCE_RESET() WRITE_REG(RCC->APBRSTR2, 0xFFFFFFFFU) 1236 #define __HAL_RCC_SYSCFG_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_SYSCFGRST) 1237 #define __HAL_RCC_TIM1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM1RST) 1238 #define __HAL_RCC_SPI1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_SPI1RST) 1239 #define __HAL_RCC_USART1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_USART1RST) 1240 #define __HAL_RCC_TIM14_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM14RST) 1241 #define __HAL_RCC_TIM16_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM16RST) 1242 #define __HAL_RCC_TIM17_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM17RST) 1243 #define __HAL_RCC_ADC_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_ADCRST) 1245 #define __HAL_RCC_APB1_GRP2_RELEASE_RESET() WRITE_REG(RCC->APBRSTR2, 0x00000000U) [all …]
|
| D | stm32c0xx_ll_bus.h | 654 SET_BIT(RCC->APBRSTR2, Periphs); in LL_APB1_GRP2_ForceReset() 682 CLEAR_BIT(RCC->APBRSTR2, Periphs); in LL_APB1_GRP2_ReleaseReset()
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
| D | stm32g0xx_hal_rcc.h | 1901 #define __HAL_RCC_APB2_FORCE_RESET() WRITE_REG(RCC->APBRSTR2, 0xFFFFFFFFU) 1902 #define __HAL_RCC_SYSCFG_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_SYSCFGRST) 1903 #define __HAL_RCC_TIM1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM1RST) 1904 #define __HAL_RCC_SPI1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_SPI1RST) 1905 #define __HAL_RCC_USART1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_USART1RST) 1906 #define __HAL_RCC_TIM14_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM14RST) 1908 #define __HAL_RCC_TIM15_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM15RST) 1910 #define __HAL_RCC_TIM16_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM16RST) 1911 #define __HAL_RCC_TIM17_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM17RST) 1912 #define __HAL_RCC_ADC_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_ADCRST) [all …]
|
| D | stm32g0xx_ll_bus.h | 1015 SET_BIT(RCC->APBRSTR2, Periphs); in LL_APB2_GRP1_ForceReset() 1045 CLEAR_BIT(RCC->APBRSTR2, Periphs); in LL_APB2_GRP1_ReleaseReset()
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
| D | stm32u0xx_hal_rcc.h | 1691 #define __HAL_RCC_APB1_GRP2_FORCE_RESET() WRITE_REG(RCC->APBRSTR2, 0xFFFFFFFFU) 1693 #define __HAL_RCC_SYSCFG_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_SYSCFGRST) 1699 #define __HAL_RCC_TIM1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM1RST) 1701 #define __HAL_RCC_SPI1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_SPI1RST) 1703 #define __HAL_RCC_USART1_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_USART1RST) 1705 #define __HAL_RCC_TIM15_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM15RST) 1707 #define __HAL_RCC_TIM16_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_TIM16RST) 1709 #define __HAL_RCC_ADC_FORCE_RESET() SET_BIT(RCC->APBRSTR2, RCC_APBRSTR2_ADCRST) 1711 #define __HAL_RCC_APB1_GRP2_RELEASE_RESET() WRITE_REG(RCC->APBRSTR2, 0x00000000U) 1713 #define __HAL_RCC_SYSCFG_RELEASE_RESET() CLEAR_BIT(RCC->APBRSTR2, RCC_APBRSTR2_SYSCFGRST) [all …]
|
| D | stm32u0xx_ll_bus.h | 983 SET_BIT(RCC->APBRSTR2, Periphs); in LL_APB1_GRP2_ForceReset() 1011 CLEAR_BIT(RCC->APBRSTR2, Periphs); in LL_APB1_GRP2_ReleaseReset()
|
| /hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
| D | stm32c011xx.h | 352 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32c031xx.h | 354 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32c071xx.h | 377 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| /hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
| D | stm32g030xx.h | 354 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g050xx.h | 359 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g070xx.h | 358 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g031xx.h | 379 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g041xx.h | 380 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g051xx.h | 419 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g061xx.h | 420 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g071xx.h | 436 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g081xx.h | 437 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g0b0xx.h | 366 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g0c1xx.h | 516 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| D | stm32g0b1xx.h | 515 …__IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, … member
|
| /hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
| D | stm32u031xx.h | 477 …__IO uint32_t APBRSTR2; /*!< RCC APB2 peripheral reset register, … member
|
| D | stm32u083xx.h | 537 …__IO uint32_t APBRSTR2; /*!< RCC APB2 peripheral reset register, … member
|
| D | stm32u073xx.h | 503 …__IO uint32_t APBRSTR2; /*!< RCC APB2 peripheral reset register, … member
|