Force or release APB2 peripheral reset. More...
Force or release APB2 peripheral reset.
#define __HAL_RCC_ADC_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_ADCRST)) |
Definition at line 717 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_ADC_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_ADCRST)) |
Definition at line 717 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_ADC_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_ADCRST)) |
Definition at line 717 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_ADC_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_ADCRST)) |
Definition at line 727 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_ADC_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_ADCRST)) |
Definition at line 727 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_ADC_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_ADCRST)) |
Definition at line 727 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB2_FORCE_RESET | ( | ) | (RCC->APB2RSTR = 0xFFFFFFFFU) |
Definition at line 561 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_APB2_FORCE_RESET | ( | ) | (RCC->APB2RSTR = 0xFFFFFFFFU) |
Definition at line 713 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB2_FORCE_RESET | ( | ) | (RCC->APB2RSTR = 0xFFFFFFFFU) |
Definition at line 713 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB2_FORCE_RESET | ( | ) | (RCC->APB2RSTR = 0xFFFFFFFFU) |
Definition at line 713 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB2_RELEASE_RESET | ( | ) | (RCC->APB2RSTR = 0x00U) |
Definition at line 564 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_APB2_RELEASE_RESET | ( | ) | (RCC->APB2RSTR = 0x00U) |
Definition at line 723 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB2_RELEASE_RESET | ( | ) | (RCC->APB2RSTR = 0x00U) |
Definition at line 723 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB2_RELEASE_RESET | ( | ) | (RCC->APB2RSTR = 0x00U) |
Definition at line 723 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI1RST)) |
Definition at line 718 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI1RST)) |
Definition at line 718 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI1RST)) |
Definition at line 718 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI1RST)) |
Definition at line 728 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI1RST)) |
Definition at line 728 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI1RST)) |
Definition at line 728 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_SYSCFGRST)) |
Definition at line 562 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_SYSCFGRST)) |
Definition at line 719 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_SYSCFGRST)) |
Definition at line 719 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_SYSCFGRST)) |
Definition at line 719 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SYSCFGRST)) |
Definition at line 565 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SYSCFGRST)) |
Definition at line 729 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SYSCFGRST)) |
Definition at line 729 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SYSCFGRST)) |
Definition at line 729 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM11_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM11RST)) |
Definition at line 721 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM11_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM11RST)) |
Definition at line 721 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM11_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM11RST)) |
Definition at line 721 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM11_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM11RST)) |
Definition at line 731 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM11_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM11RST)) |
Definition at line 731 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM11_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM11RST)) |
Definition at line 731 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM1RST)) |
Definition at line 714 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM1RST)) |
Definition at line 714 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM1RST)) |
Definition at line 714 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM1RST)) |
Definition at line 724 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM1RST)) |
Definition at line 724 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM1RST)) |
Definition at line 724 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM9_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM9RST)) |
Definition at line 720 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM9_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM9RST)) |
Definition at line 720 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM9_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM9RST)) |
Definition at line 720 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM9_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM9RST)) |
Definition at line 730 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM9_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM9RST)) |
Definition at line 730 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM9_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM9RST)) |
Definition at line 730 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_USART1RST)) |
Definition at line 715 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_USART1RST)) |
Definition at line 715 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART1_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_USART1RST)) |
Definition at line 715 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART1RST)) |
Definition at line 725 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART1RST)) |
Definition at line 725 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART1RST)) |
Definition at line 725 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART6_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_USART6RST)) |
Definition at line 716 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART6_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_USART6RST)) |
Definition at line 716 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART6_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_USART6RST)) |
Definition at line 716 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART6_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART6RST)) |
Definition at line 726 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART6_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART6RST)) |
Definition at line 726 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART6_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART6RST)) |
Definition at line 726 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.