Searched refs:AHB2RSTR1 (Results 1 – 14 of 14) sorted by relevance
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 2672 WRITE_REG(RCC->AHB2RSTR1, 0x19BF55FFU);\ 2676 #define __HAL_RCC_GPIOA_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOARST) 2678 #define __HAL_RCC_GPIOB_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOBRST) 2680 #define __HAL_RCC_GPIOC_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOCRST) 2682 #define __HAL_RCC_GPIOD_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIODRST) 2684 #define __HAL_RCC_GPIOE_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOERST) 2687 #define __HAL_RCC_GPIOF_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOFRST) 2690 #define __HAL_RCC_GPIOG_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOGRST) 2692 #define __HAL_RCC_GPIOH_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOHRST) 2695 #define __HAL_RCC_GPIOI_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOIRST) [all …]
|
D | stm32u5xx_ll_bus.h | 1056 SET_BIT(RCC->AHB2RSTR1, Periphs); in LL_AHB2_GRP1_ForceReset() 1118 CLEAR_BIT(RCC->AHB2RSTR1, Periphs); in LL_AHB2_GRP1_ReleaseReset()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 910 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u545xx.h | 976 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u575xx.h | 976 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5f7xx.h | 1179 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u595xx.h | 1017 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5a5xx.h | 1084 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u585xx.h | 1043 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u599xx.h | 1198 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5g7xx.h | 1246 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5a9xx.h | 1265 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5f9xx.h | 1283 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5g9xx.h | 1350 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|