Searched refs:AHB2RSTR1 (Results 1 – 14 of 14) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 2670 WRITE_REG(RCC->AHB2RSTR1, 0x19BF55FFU);\ 2674 #define __HAL_RCC_GPIOA_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOARST) 2676 #define __HAL_RCC_GPIOB_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOBRST) 2678 #define __HAL_RCC_GPIOC_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOCRST) 2680 #define __HAL_RCC_GPIOD_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIODRST) 2682 #define __HAL_RCC_GPIOE_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOERST) 2685 #define __HAL_RCC_GPIOF_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOFRST) 2688 #define __HAL_RCC_GPIOG_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOGRST) 2690 #define __HAL_RCC_GPIOH_FORCE_RESET() SET_BIT(RCC->AHB2RSTR1, RCC_AHB2RSTR1_GPIOHRST) 2693 #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-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 971 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u535xx.h | 905 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u575xx.h | 971 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u585xx.h | 1038 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u595xx.h | 1012 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5a5xx.h | 1079 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5f7xx.h | 1174 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u599xx.h | 1193 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5g7xx.h | 1241 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5f9xx.h | 1278 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5a9xx.h | 1260 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|
D | stm32u5g9xx.h | 1345 …__IO uint32_t AHB2RSTR1; /*!< AHB2 Peripherals Reset Register 1 … member
|