STM32F439xx HAL User Manual
Defines
AHB3 Force Release Reset
RCCEx Exported Macros

Force or release AHB3 peripheral reset. More...

Defines

#define __HAL_RCC_AHB3_FORCE_RESET()   (RCC->AHB3RSTR = 0xFFFFFFFFU)
#define __HAL_RCC_AHB3_RELEASE_RESET()   (RCC->AHB3RSTR = 0x00U)
#define __HAL_RCC_FMC_FORCE_RESET()   (RCC->AHB3RSTR |= (RCC_AHB3RSTR_FMCRST))
#define __HAL_RCC_FMC_RELEASE_RESET()   (RCC->AHB3RSTR &= ~(RCC_AHB3RSTR_FMCRST))

Detailed Description

Force or release AHB3 peripheral reset.


Define Documentation

#define __HAL_RCC_AHB3_FORCE_RESET ( )    (RCC->AHB3RSTR = 0xFFFFFFFFU)

Definition at line 1742 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_DeInit().

#define __HAL_RCC_AHB3_RELEASE_RESET ( )    (RCC->AHB3RSTR = 0x00U)

Definition at line 1743 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_DeInit().

#define __HAL_RCC_FMC_FORCE_RESET ( )    (RCC->AHB3RSTR |= (RCC_AHB3RSTR_FMCRST))

Definition at line 1744 of file stm32f4xx_hal_rcc_ex.h.

#define __HAL_RCC_FMC_RELEASE_RESET ( )    (RCC->AHB3RSTR &= ~(RCC_AHB3RSTR_FMCRST))

Definition at line 1745 of file stm32f4xx_hal_rcc_ex.h.