Force or release AHB1 peripheral reset. More...
Force or release AHB1 peripheral reset.
#define __HAL_RCC_AHB1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR = 0xFFFFFFFFU) |
Definition at line 665 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_AHB1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR = 0xFFFFFFFFU) |
Definition at line 665 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_AHB1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR = 0xFFFFFFFFU) |
Definition at line 665 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_AHB1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR = 0x00U) |
Definition at line 673 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_AHB1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR = 0x00U) |
Definition at line 673 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_AHB1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR = 0x00U) |
Definition at line 673 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA1RST)) |
Definition at line 670 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA1RST)) |
Definition at line 670 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA1RST)) |
Definition at line 670 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_DMA1RST)) |
Definition at line 678 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_DMA1RST)) |
Definition at line 678 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_DMA1RST)) |
Definition at line 678 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA2_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA2RST)) |
Definition at line 671 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA2_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA2RST)) |
Definition at line 671 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA2_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA2RST)) |
Definition at line 671 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA2_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_DMA2RST)) |
Definition at line 679 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA2_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_DMA2RST)) |
Definition at line 679 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_DMA2_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_DMA2RST)) |
Definition at line 679 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOARST)) |
Definition at line 666 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOARST)) |
Definition at line 666 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOARST)) |
Definition at line 666 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOARST)) |
Definition at line 674 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOARST)) |
Definition at line 674 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOARST)) |
Definition at line 674 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOBRST)) |
Definition at line 667 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOBRST)) |
Definition at line 667 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOBRST)) |
Definition at line 667 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOBRST)) |
Definition at line 675 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOBRST)) |
Definition at line 675 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOBRST)) |
Definition at line 675 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOCRST)) |
Definition at line 668 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOCRST)) |
Definition at line 668 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOCRST)) |
Definition at line 668 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOCRST)) |
Definition at line 676 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOCRST)) |
Definition at line 676 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOCRST)) |
Definition at line 676 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOHRST)) |
Definition at line 669 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOHRST)) |
Definition at line 669 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOHRST)) |
Definition at line 669 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOHRST)) |
Definition at line 677 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOHRST)) |
Definition at line 677 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOHRST)) |
Definition at line 677 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.