Home
last modified time | relevance | path

Searched refs:AHB5RSTSR (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dsystem_stm32n6xx_fsbl.c247 RCC->AHB5RSTSR = RCC_AHB5RSTSR_XSPIMRSTS | RCC_AHB5RSTSR_XSPI2RSTS; in SystemInit()
Dstm32n645xx.h2067 …__IO uint32_t AHB5RSTSR; /*!< RCC AHB5 reset register … member
Dstm32n657xx.h2193 …__IO uint32_t AHB5RSTSR; /*!< RCC AHB5 reset register … member
Dstm32n655xx.h2165 …__IO uint32_t AHB5RSTSR; /*!< RCC AHB5 reset register … member
Dstm32n647xx.h2095 …__IO uint32_t AHB5RSTSR; /*!< RCC AHB5 reset register … member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h1947 WRITE_REG(RCC->AHB5RSTSR, Periphs); in LL_AHB5_GRP1_ForceReset()
Dstm32n6xx_hal_rcc.h1959 #define __HAL_RCC_AHB5_FORCE_RESET() WRITE_REG(RCC->AHB5RSTSR, 0xFF9A31FBUL)
1960 #define __HAL_RCC_AHB5_RELEASE_RESET() WRITE_REG(RCC->AHB5RSTSR, 0UL)