STM32F103xB HAL User Manual
|
Force or release APB2 peripheral reset. More...
Defines | |
#define | __HAL_RCC_ADC2_FORCE_RESET() (RCC->APB2RSTR |= (RCC_APB2RSTR_ADC2RST)) |
#define | __HAL_RCC_ADC2_RELEASE_RESET() (RCC->APB2RSTR &= ~(RCC_APB2RSTR_ADC2RST)) |
#define | __HAL_RCC_GPIOE_FORCE_RESET() (RCC->APB2RSTR |= (RCC_APB2RSTR_IOPERST)) |
#define | __HAL_RCC_GPIOE_RELEASE_RESET() (RCC->APB2RSTR &= ~(RCC_APB2RSTR_IOPERST)) |
Force or release APB2 peripheral reset.
#define __HAL_RCC_ADC2_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_ADC2RST)) |
Definition at line 1514 of file stm32f1xx_hal_rcc_ex.h.
#define __HAL_RCC_ADC2_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_ADC2RST)) |
Definition at line 1516 of file stm32f1xx_hal_rcc_ex.h.
#define __HAL_RCC_GPIOE_FORCE_RESET | ( | ) | (RCC->APB2RSTR |= (RCC_APB2RSTR_IOPERST)) |
Definition at line 1533 of file stm32f1xx_hal_rcc_ex.h.
#define __HAL_RCC_GPIOE_RELEASE_RESET | ( | ) | (RCC->APB2RSTR &= ~(RCC_APB2RSTR_IOPERST)) |
Definition at line 1535 of file stm32f1xx_hal_rcc_ex.h.