Searched refs:AHB2RSTR2 (Results 1 – 14 of 14) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 2671 WRITE_REG(RCC->AHB2RSTR2, 0x00000111U);\ 2748 #define __HAL_RCC_FMC_FORCE_RESET() SET_BIT(RCC->AHB2RSTR2, RCC_AHB2RSTR2_FSMCRST) 2751 #define __HAL_RCC_OSPI1_FORCE_RESET() SET_BIT(RCC->AHB2RSTR2, RCC_AHB2RSTR2_OCTOSPI1RST) 2754 #define __HAL_RCC_OSPI2_FORCE_RESET() SET_BIT(RCC->AHB2RSTR2, RCC_AHB2RSTR2_OCTOSPI2RST) 2758 #define __HAL_RCC_HSPI1_FORCE_RESET() SET_BIT(RCC->AHB2RSTR2, RCC_AHB2RSTR2_HSPI1RST) 2763 WRITE_REG(RCC->AHB2RSTR2, 0x00000000U);\ 2840 #define __HAL_RCC_FMC_RELEASE_RESET() CLEAR_BIT(RCC->AHB2RSTR2, RCC_AHB2RSTR2_FSMCRST) 2843 #define __HAL_RCC_OSPI1_RELEASE_RESET() CLEAR_BIT(RCC->AHB2RSTR2, RCC_AHB2RSTR2_OCTOSPI1RST) 2846 #define __HAL_RCC_OSPI2_RELEASE_RESET() CLEAR_BIT(RCC->AHB2RSTR2, RCC_AHB2RSTR2_OCTOSPI2RST) 2850 #define __HAL_RCC_HSPI1_RELEASE_RESET() CLEAR_BIT(RCC->AHB2RSTR2, RCC_AHB2RSTR2_HSPI1RST)
|
D | stm32u5xx_ll_bus.h | 1704 SET_BIT(RCC->AHB2RSTR2, Periphs); in LL_AHB2_GRP2_ForceReset() 1725 CLEAR_BIT(RCC->AHB2RSTR2, Periphs); in LL_AHB2_GRP2_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 972 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u535xx.h | 906 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u575xx.h | 972 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u585xx.h | 1039 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u595xx.h | 1013 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u5a5xx.h | 1080 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u5f7xx.h | 1175 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u599xx.h | 1194 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u5g7xx.h | 1242 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u5f9xx.h | 1279 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u5a9xx.h | 1261 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|
D | stm32u5g9xx.h | 1346 …__IO uint32_t AHB2RSTR2; /*!< AHB2 Peripherals Reset Register 2 … member
|