Force or release APB1 peripheral reset. More...
Force or release APB1 peripheral reset.
#define __HAL_RCC_APB1_FORCE_RESET | ( | ) | (RCC->APB1RSTR = 0xFFFFFFFFU) |
Definition at line 546 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_APB1_FORCE_RESET | ( | ) | (RCC->APB1RSTR = 0xFFFFFFFFU) |
Definition at line 688 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB1_FORCE_RESET | ( | ) | (RCC->APB1RSTR = 0xFFFFFFFFU) |
Definition at line 688 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB1_FORCE_RESET | ( | ) | (RCC->APB1RSTR = 0xFFFFFFFFU) |
Definition at line 688 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB1_RELEASE_RESET | ( | ) | (RCC->APB1RSTR = 0x00U) |
Definition at line 550 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_APB1_RELEASE_RESET | ( | ) | (RCC->APB1RSTR = 0x00U) |
Definition at line 697 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB1_RELEASE_RESET | ( | ) | (RCC->APB1RSTR = 0x00U) |
Definition at line 697 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_APB1_RELEASE_RESET | ( | ) | (RCC->APB1RSTR = 0x00U) |
Definition at line 697 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C1RST)) |
Definition at line 693 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C1RST)) |
Definition at line 693 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C1RST)) |
Definition at line 693 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C1RST)) |
Definition at line 702 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C1RST)) |
Definition at line 702 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C1RST)) |
Definition at line 702 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C2RST)) |
Definition at line 694 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C2RST)) |
Definition at line 694 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C2RST)) |
Definition at line 694 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C2RST)) |
Definition at line 703 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C2RST)) |
Definition at line 703 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C2RST)) |
Definition at line 703 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_PWRRST)) |
Definition at line 548 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_PWR_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_PWRRST)) |
Definition at line 695 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_PWRRST)) |
Definition at line 695 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_PWRRST)) |
Definition at line 695 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_PWRRST)) |
Definition at line 552 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_PWR_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_PWRRST)) |
Definition at line 704 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_PWRRST)) |
Definition at line 704 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_PWRRST)) |
Definition at line 704 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_SPI2RST)) |
Definition at line 691 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_SPI2RST)) |
Definition at line 691 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_SPI2RST)) |
Definition at line 691 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_SPI2RST)) |
Definition at line 700 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_SPI2RST)) |
Definition at line 700 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_SPI2RST)) |
Definition at line 700 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM5RST)) |
Definition at line 689 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM5RST)) |
Definition at line 689 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM5RST)) |
Definition at line 689 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM5RST)) |
Definition at line 698 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM5RST)) |
Definition at line 698 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM5RST)) |
Definition at line 698 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_USART2RST)) |
Definition at line 692 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_USART2RST)) |
Definition at line 692 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_USART2RST)) |
Definition at line 692 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_USART2RST)) |
Definition at line 701 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_USART2RST)) |
Definition at line 701 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_USART2RST)) |
Definition at line 701 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_WWDGRST)) |
Definition at line 547 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_WWDG_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_WWDGRST)) |
Definition at line 690 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_WWDGRST)) |
Definition at line 690 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_FORCE_RESET | ( | ) | (RCC->APB1RSTR |= (RCC_APB1RSTR_WWDGRST)) |
Definition at line 690 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_WWDGRST)) |
Definition at line 551 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_WWDG_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_WWDGRST)) |
Definition at line 699 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_WWDGRST)) |
Definition at line 699 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_RELEASE_RESET | ( | ) | (RCC->APB1RSTR &= ~(RCC_APB1RSTR_WWDGRST)) |
Definition at line 699 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.