STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
AHB1 Force Release Reset

Force or release AHB1 peripheral reset. More...

Collaboration diagram for AHB1 Force Release Reset:

Macros

#define __HAL_RCC_AHB1_FORCE_RESET()
 
#define __HAL_RCC_GPIOD_FORCE_RESET()
 
#define __HAL_RCC_GPIOE_FORCE_RESET()
 
#define __HAL_RCC_GPIOF_FORCE_RESET()
 
#define __HAL_RCC_GPIOG_FORCE_RESET()
 
#define __HAL_RCC_USB_OTG_HS_FORCE_RESET()
 
#define __HAL_RCC_CRC_FORCE_RESET()
 
#define __HAL_RCC_GPIOD_RELEASE_RESET()
 
#define __HAL_RCC_GPIOE_RELEASE_RESET()
 
#define __HAL_RCC_GPIOF_RELEASE_RESET()
 
#define __HAL_RCC_GPIOG_RELEASE_RESET()
 
#define __HAL_RCC_USB_OTG_HS_RELEASE_RESET()
 
#define __HAL_RCC_CRC_RELEASE_RESET()
 

Detailed Description

Force or release AHB1 peripheral reset.

Macro Definition Documentation

◆ __HAL_RCC_AHB1_FORCE_RESET

#define __HAL_RCC_AHB1_FORCE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR = 0x206010FFU)

Definition at line 4483 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_DeInit().

◆ __HAL_RCC_GPIOD_FORCE_RESET

#define __HAL_RCC_GPIOD_FORCE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIODRST))

Definition at line 4484 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOE_FORCE_RESET

#define __HAL_RCC_GPIOE_FORCE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOERST))

Definition at line 4485 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOF_FORCE_RESET

#define __HAL_RCC_GPIOF_FORCE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOFRST))

Definition at line 4486 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOG_FORCE_RESET

#define __HAL_RCC_GPIOG_FORCE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOGRST))

Definition at line 4487 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_USB_OTG_HS_FORCE_RESET

#define __HAL_RCC_USB_OTG_HS_FORCE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR |= (RCC_AHB1RSTR_OTGHRST))

Definition at line 4488 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_CRC_FORCE_RESET

#define __HAL_RCC_CRC_FORCE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR |= (RCC_AHB1RSTR_CRCRST))

Definition at line 4489 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOD_RELEASE_RESET

#define __HAL_RCC_GPIOD_RELEASE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIODRST))

Definition at line 4491 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOE_RELEASE_RESET

#define __HAL_RCC_GPIOE_RELEASE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOERST))

Definition at line 4492 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOF_RELEASE_RESET

#define __HAL_RCC_GPIOF_RELEASE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOFRST))

Definition at line 4493 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOG_RELEASE_RESET

#define __HAL_RCC_GPIOG_RELEASE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOGRST))

Definition at line 4494 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_USB_OTG_HS_RELEASE_RESET

#define __HAL_RCC_USB_OTG_HS_RELEASE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_OTGHRST))

Definition at line 4495 of file stm32f4xx_hal_rcc_ex.h.

◆ __HAL_RCC_CRC_RELEASE_RESET

#define __HAL_RCC_CRC_RELEASE_RESET ( )

#include <stm32f4xx_hal_rcc_ex.h>

Value:
(RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_CRCRST))

Definition at line 4496 of file stm32f4xx_hal_rcc_ex.h.