Macros

Forces or releases AHB/APB peripheral reset. More...

Collaboration diagram for RCCEx Force Release Peripheral Reset:

Macros

#define __HAL_RCC_ADC_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_ADCRST))
 
#define __HAL_RCC_ADC_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_ADCRST))
 
#define __HAL_RCC_AHB2_FORCE_RESET()   (RCC->AHB2RSTR = 0xFFFFFFFFU)
 Force or release AHB2 peripheral reset. More...
 
#define __HAL_RCC_AHB2_RELEASE_RESET()   (RCC->AHB2RSTR = 0x00U)
 
#define __HAL_RCC_AHB3_FORCE_RESET()   (RCC->AHB3RSTR = 0xFFFFFFFFU)
 Force or release AHB3 peripheral reset. More...
 
#define __HAL_RCC_AHB3_RELEASE_RESET()   (RCC->AHB3RSTR = 0x00U)
 
#define __HAL_RCC_CAN1_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_CAN1RST))
 
#define __HAL_RCC_CAN1_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_CAN1RST))
 
#define __HAL_RCC_DAC_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_DACRST))
 
#define __HAL_RCC_DAC_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_DACRST))
 
#define __HAL_RCC_DMA2_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA2RST))
 Force or release AHB1 peripheral reset. More...
 
#define __HAL_RCC_DMA2_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_DMA2RST))
 
#define __HAL_RCC_FMC_FORCE_RESET()   (RCC->AHB3RSTR |= (RCC_AHB3RSTR_FMCRST))
 
#define __HAL_RCC_FMC_RELEASE_RESET()   (RCC->AHB3RSTR &= ~(RCC_AHB3RSTR_FMCRST))
 
#define __HAL_RCC_GPIOA_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOARST))
 
#define __HAL_RCC_GPIOA_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOARST))
 
#define __HAL_RCC_GPIOB_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOBRST))
 
#define __HAL_RCC_GPIOB_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOBRST))
 
#define __HAL_RCC_GPIOC_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOCRST))
 
#define __HAL_RCC_GPIOC_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOCRST))
 
#define __HAL_RCC_GPIOD_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIODRST))
 
#define __HAL_RCC_GPIOD_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIODRST))
 
#define __HAL_RCC_GPIOE_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOERST))
 
#define __HAL_RCC_GPIOE_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOERST))
 
#define __HAL_RCC_GPIOF_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOFRST))
 
#define __HAL_RCC_GPIOF_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOFRST))
 
#define __HAL_RCC_GPIOG_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOGRST))
 
#define __HAL_RCC_GPIOG_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOGRST))
 
#define __HAL_RCC_GPIOH_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOHRST))
 
#define __HAL_RCC_GPIOH_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOHRST))
 
#define __HAL_RCC_GPIOI_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOIRST))
 
#define __HAL_RCC_GPIOI_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOIRST))
 
#define __HAL_RCC_I2C1_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C1RST))
 
#define __HAL_RCC_I2C1_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C1RST))
 
#define __HAL_RCC_I2C2_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C2RST))
 
#define __HAL_RCC_I2C2_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C2RST))
 
#define __HAL_RCC_I2C3_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C3RST))
 
#define __HAL_RCC_I2C3_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C3RST))
 
#define __HAL_RCC_LPTIM1_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_LPTIM1RST))
 
#define __HAL_RCC_LPTIM1_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_LPTIM1RST))
 
#define __HAL_RCC_QSPI_FORCE_RESET()   (RCC->AHB3RSTR |= (RCC_AHB3RSTR_QSPIRST))
 
#define __HAL_RCC_QSPI_RELEASE_RESET()   (RCC->AHB3RSTR &= ~(RCC_AHB3RSTR_QSPIRST))
 
#define __HAL_RCC_RNG_FORCE_RESET()   (RCC->AHB2RSTR |= (RCC_AHB2RSTR_RNGRST))
 
#define __HAL_RCC_RNG_RELEASE_RESET()   (RCC->AHB2RSTR &= ~(RCC_AHB2RSTR_RNGRST))
 
#define __HAL_RCC_SAI1_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_SAI1RST))
 
#define __HAL_RCC_SAI1_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SAI1RST))
 
#define __HAL_RCC_SAI2_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_SAI2RST))
 
#define __HAL_RCC_SAI2_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SAI2RST))
 
#define __HAL_RCC_SDMMC1_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_SDMMC1RST))
 
#define __HAL_RCC_SDMMC1_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SDMMC1RST))
 
#define __HAL_RCC_SPI1_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI1RST))
 
#define __HAL_RCC_SPI1_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI1RST))
 
#define __HAL_RCC_SPI2_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_SPI2RST))
 
#define __HAL_RCC_SPI2_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_SPI2RST))
 
#define __HAL_RCC_SPI3_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_SPI3RST))
 
#define __HAL_RCC_SPI3_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_SPI3RST))
 
#define __HAL_RCC_SPI4_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI4RST))
 
#define __HAL_RCC_SPI4_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI4RST))
 
#define __HAL_RCC_SPI5_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI5RST))
 
#define __HAL_RCC_SPI5_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI5RST))
 
#define __HAL_RCC_SPI6_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI6RST))
 
#define __HAL_RCC_SPI6_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI6RST))
 
#define __HAL_RCC_TIM10_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM10RST))
 
#define __HAL_RCC_TIM10_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM10RST))
 
#define __HAL_RCC_TIM11_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM11RST))
 
#define __HAL_RCC_TIM11_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM11RST))
 
#define __HAL_RCC_TIM12_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM12RST))
 
#define __HAL_RCC_TIM12_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM12RST))
 
#define __HAL_RCC_TIM13_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM13RST))
 
#define __HAL_RCC_TIM13_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM13RST))
 
#define __HAL_RCC_TIM14_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM14RST))
 
#define __HAL_RCC_TIM14_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM14RST))
 
#define __HAL_RCC_TIM1_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM1RST))
 Force or release APB2 peripheral reset. More...
 
#define __HAL_RCC_TIM1_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM1RST))
 
#define __HAL_RCC_TIM2_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM2RST))
 Force or release APB1 peripheral reset. More...
 
#define __HAL_RCC_TIM2_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM2RST))
 
#define __HAL_RCC_TIM3_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM3RST))
 
#define __HAL_RCC_TIM3_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM3RST))
 
#define __HAL_RCC_TIM4_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM4RST))
 
#define __HAL_RCC_TIM4_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM4RST))
 
#define __HAL_RCC_TIM5_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM5RST))
 
#define __HAL_RCC_TIM5_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM5RST))
 
#define __HAL_RCC_TIM6_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM6RST))
 
#define __HAL_RCC_TIM6_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM6RST))
 
#define __HAL_RCC_TIM7_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM7RST))
 
#define __HAL_RCC_TIM7_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM7RST))
 
#define __HAL_RCC_TIM8_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM8RST))
 
#define __HAL_RCC_TIM8_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM8RST))
 
#define __HAL_RCC_TIM9_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM9RST))
 
#define __HAL_RCC_TIM9_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM9RST))
 
#define __HAL_RCC_UART4_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_UART4RST))
 
#define __HAL_RCC_UART4_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_UART4RST))
 
#define __HAL_RCC_UART5_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_UART5RST))
 
#define __HAL_RCC_UART5_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_UART5RST))
 
#define __HAL_RCC_UART7_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_UART7RST))
 
#define __HAL_RCC_UART7_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_UART7RST))
 
#define __HAL_RCC_UART8_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_UART8RST))
 
#define __HAL_RCC_UART8_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_UART8RST))
 
#define __HAL_RCC_USART1_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_USART1RST))
 
#define __HAL_RCC_USART1_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART1RST))
 
#define __HAL_RCC_USART2_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_USART2RST))
 
#define __HAL_RCC_USART2_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_USART2RST))
 
#define __HAL_RCC_USART3_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_USART3RST))
 
#define __HAL_RCC_USART3_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_USART3RST))
 
#define __HAL_RCC_USART6_FORCE_RESET()   (RCC->APB2RSTR |= (RCC_APB2RSTR_USART6RST))
 
#define __HAL_RCC_USART6_RELEASE_RESET()   (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART6RST))
 
#define __HAL_RCC_USB_OTG_FS_FORCE_RESET()   (RCC->AHB2RSTR |= (RCC_AHB2RSTR_OTGFSRST))
 
#define __HAL_RCC_USB_OTG_FS_RELEASE_RESET()   (RCC->AHB2RSTR &= ~(RCC_AHB2RSTR_OTGFSRST))
 
#define __HAL_RCC_USB_OTG_HS_FORCE_RESET()   (RCC->AHB1RSTR |= (RCC_AHB1RSTR_OTGHRST))
 
#define __HAL_RCC_USB_OTG_HS_RELEASE_RESET()   (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_OTGHRST))
 

Detailed Description

Forces or releases AHB/APB peripheral reset.

Macro Definition Documentation

◆ __HAL_RCC_ADC_FORCE_RESET

#define __HAL_RCC_ADC_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_ADCRST))

Definition at line 1894 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_ADC_RELEASE_RESET

#define __HAL_RCC_ADC_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_ADCRST))

Definition at line 1916 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_AHB2_FORCE_RESET

#define __HAL_RCC_AHB2_FORCE_RESET ( )    (RCC->AHB2RSTR = 0xFFFFFFFFU)

Force or release AHB2 peripheral reset.

Definition at line 1776 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_AHB2_RELEASE_RESET

#define __HAL_RCC_AHB2_RELEASE_RESET ( )    (RCC->AHB2RSTR = 0x00U)

Definition at line 1780 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_AHB3_FORCE_RESET

#define __HAL_RCC_AHB3_FORCE_RESET ( )    (RCC->AHB3RSTR = 0xFFFFFFFFU)

Force or release AHB3 peripheral reset.

Definition at line 1810 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_AHB3_RELEASE_RESET

#define __HAL_RCC_AHB3_RELEASE_RESET ( )    (RCC->AHB3RSTR = 0x00U)

Definition at line 1814 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_CAN1_FORCE_RESET

#define __HAL_RCC_CAN1_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_CAN1RST))

Definition at line 1842 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_CAN1_RELEASE_RESET

#define __HAL_RCC_CAN1_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_CAN1RST))

Definition at line 1869 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_DAC_FORCE_RESET

#define __HAL_RCC_DAC_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_DACRST))

Definition at line 1843 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_DAC_RELEASE_RESET

#define __HAL_RCC_DAC_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_DACRST))

Definition at line 1870 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_DMA2_FORCE_RESET

#define __HAL_RCC_DMA2_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA2RST))

Force or release AHB1 peripheral reset.

Definition at line 1736 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_DMA2_RELEASE_RESET

#define __HAL_RCC_DMA2_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_DMA2RST))

Definition at line 1748 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_FMC_FORCE_RESET

#define __HAL_RCC_FMC_FORCE_RESET ( )    (RCC->AHB3RSTR |= (RCC_AHB3RSTR_FMCRST))

Definition at line 1811 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_FMC_RELEASE_RESET

#define __HAL_RCC_FMC_RELEASE_RESET ( )    (RCC->AHB3RSTR &= ~(RCC_AHB3RSTR_FMCRST))

Definition at line 1815 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOA_FORCE_RESET

#define __HAL_RCC_GPIOA_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOARST))

Definition at line 1738 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOA_RELEASE_RESET

#define __HAL_RCC_GPIOA_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOARST))

Definition at line 1750 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOB_FORCE_RESET

#define __HAL_RCC_GPIOB_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOBRST))

Definition at line 1739 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOB_RELEASE_RESET

#define __HAL_RCC_GPIOB_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOBRST))

Definition at line 1751 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOC_FORCE_RESET

#define __HAL_RCC_GPIOC_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOCRST))

Definition at line 1740 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOC_RELEASE_RESET

#define __HAL_RCC_GPIOC_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOCRST))

Definition at line 1752 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOD_FORCE_RESET

#define __HAL_RCC_GPIOD_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIODRST))

Definition at line 1741 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOD_RELEASE_RESET

#define __HAL_RCC_GPIOD_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIODRST))

Definition at line 1753 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOE_FORCE_RESET

#define __HAL_RCC_GPIOE_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOERST))

Definition at line 1742 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOE_RELEASE_RESET

#define __HAL_RCC_GPIOE_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOERST))

Definition at line 1754 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOF_FORCE_RESET

#define __HAL_RCC_GPIOF_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOFRST))

Definition at line 1743 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOF_RELEASE_RESET

#define __HAL_RCC_GPIOF_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOFRST))

Definition at line 1755 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOG_FORCE_RESET

#define __HAL_RCC_GPIOG_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOGRST))

Definition at line 1744 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOG_RELEASE_RESET

#define __HAL_RCC_GPIOG_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOGRST))

Definition at line 1756 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOH_FORCE_RESET

#define __HAL_RCC_GPIOH_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOHRST))

Definition at line 1745 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOH_RELEASE_RESET

#define __HAL_RCC_GPIOH_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOHRST))

Definition at line 1757 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOI_FORCE_RESET

#define __HAL_RCC_GPIOI_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_GPIOIRST))

Definition at line 1746 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_GPIOI_RELEASE_RESET

#define __HAL_RCC_GPIOI_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_GPIOIRST))

Definition at line 1758 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_I2C1_FORCE_RESET

#define __HAL_RCC_I2C1_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C1RST))

Definition at line 1839 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_I2C1_RELEASE_RESET

#define __HAL_RCC_I2C1_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C1RST))

Definition at line 1866 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_I2C2_FORCE_RESET

#define __HAL_RCC_I2C2_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C2RST))

Definition at line 1840 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_I2C2_RELEASE_RESET

#define __HAL_RCC_I2C2_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C2RST))

Definition at line 1867 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_I2C3_FORCE_RESET

#define __HAL_RCC_I2C3_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_I2C3RST))

Definition at line 1841 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_I2C3_RELEASE_RESET

#define __HAL_RCC_I2C3_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_I2C3RST))

Definition at line 1868 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_LPTIM1_FORCE_RESET

#define __HAL_RCC_LPTIM1_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_LPTIM1RST))

Definition at line 1829 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_LPTIM1_RELEASE_RESET

#define __HAL_RCC_LPTIM1_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_LPTIM1RST))

Definition at line 1856 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_QSPI_FORCE_RESET

#define __HAL_RCC_QSPI_FORCE_RESET ( )    (RCC->AHB3RSTR |= (RCC_AHB3RSTR_QSPIRST))

Definition at line 1812 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_QSPI_RELEASE_RESET

#define __HAL_RCC_QSPI_RELEASE_RESET ( )    (RCC->AHB3RSTR &= ~(RCC_AHB3RSTR_QSPIRST))

Definition at line 1816 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_RNG_FORCE_RESET

#define __HAL_RCC_RNG_FORCE_RESET ( )    (RCC->AHB2RSTR |= (RCC_AHB2RSTR_RNGRST))

Definition at line 1777 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_RNG_RELEASE_RESET

#define __HAL_RCC_RNG_RELEASE_RESET ( )    (RCC->AHB2RSTR &= ~(RCC_AHB2RSTR_RNGRST))

Definition at line 1781 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SAI1_FORCE_RESET

#define __HAL_RCC_SAI1_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_SAI1RST))

Definition at line 1903 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SAI1_RELEASE_RESET

#define __HAL_RCC_SAI1_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SAI1RST))

Definition at line 1925 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SAI2_FORCE_RESET

#define __HAL_RCC_SAI2_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_SAI2RST))

Definition at line 1904 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SAI2_RELEASE_RESET

#define __HAL_RCC_SAI2_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SAI2RST))

Definition at line 1926 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SDMMC1_FORCE_RESET

#define __HAL_RCC_SDMMC1_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_SDMMC1RST))

Definition at line 1895 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SDMMC1_RELEASE_RESET

#define __HAL_RCC_SDMMC1_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SDMMC1RST))

Definition at line 1917 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI1_FORCE_RESET

#define __HAL_RCC_SPI1_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI1RST))

Definition at line 1896 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI1_RELEASE_RESET

#define __HAL_RCC_SPI1_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI1RST))

Definition at line 1918 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI2_FORCE_RESET

#define __HAL_RCC_SPI2_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_SPI2RST))

Definition at line 1833 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI2_RELEASE_RESET

#define __HAL_RCC_SPI2_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_SPI2RST))

Definition at line 1860 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI3_FORCE_RESET

#define __HAL_RCC_SPI3_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_SPI3RST))

Definition at line 1834 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI3_RELEASE_RESET

#define __HAL_RCC_SPI3_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_SPI3RST))

Definition at line 1861 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI4_FORCE_RESET

#define __HAL_RCC_SPI4_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI4RST))

Definition at line 1897 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI4_RELEASE_RESET

#define __HAL_RCC_SPI4_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI4RST))

Definition at line 1919 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI5_FORCE_RESET

#define __HAL_RCC_SPI5_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI5RST))

Definition at line 1901 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI5_RELEASE_RESET

#define __HAL_RCC_SPI5_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI5RST))

Definition at line 1923 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI6_FORCE_RESET

#define __HAL_RCC_SPI6_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_SPI6RST))

Definition at line 1902 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_SPI6_RELEASE_RESET

#define __HAL_RCC_SPI6_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_SPI6RST))

Definition at line 1924 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM10_FORCE_RESET

#define __HAL_RCC_TIM10_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM10RST))

Definition at line 1899 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM10_RELEASE_RESET

#define __HAL_RCC_TIM10_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM10RST))

Definition at line 1921 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM11_FORCE_RESET

#define __HAL_RCC_TIM11_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM11RST))

Definition at line 1900 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM11_RELEASE_RESET

#define __HAL_RCC_TIM11_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM11RST))

Definition at line 1922 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM12_FORCE_RESET

#define __HAL_RCC_TIM12_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM12RST))

Definition at line 1826 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM12_RELEASE_RESET

#define __HAL_RCC_TIM12_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM12RST))

Definition at line 1853 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM13_FORCE_RESET

#define __HAL_RCC_TIM13_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM13RST))

Definition at line 1827 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM13_RELEASE_RESET

#define __HAL_RCC_TIM13_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM13RST))

Definition at line 1854 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM14_FORCE_RESET

#define __HAL_RCC_TIM14_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM14RST))

Definition at line 1828 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM14_RELEASE_RESET

#define __HAL_RCC_TIM14_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM14RST))

Definition at line 1855 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM1_FORCE_RESET

#define __HAL_RCC_TIM1_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM1RST))

Force or release APB2 peripheral reset.

Definition at line 1890 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM1_RELEASE_RESET

#define __HAL_RCC_TIM1_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM1RST))

Definition at line 1912 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM2_FORCE_RESET

#define __HAL_RCC_TIM2_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM2RST))

Force or release APB1 peripheral reset.

Definition at line 1820 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM2_RELEASE_RESET

#define __HAL_RCC_TIM2_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM2RST))

Definition at line 1847 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM3_FORCE_RESET

#define __HAL_RCC_TIM3_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM3RST))

Definition at line 1821 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM3_RELEASE_RESET

#define __HAL_RCC_TIM3_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM3RST))

Definition at line 1848 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM4_FORCE_RESET

#define __HAL_RCC_TIM4_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM4RST))

Definition at line 1822 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM4_RELEASE_RESET

#define __HAL_RCC_TIM4_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM4RST))

Definition at line 1849 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM5_FORCE_RESET

#define __HAL_RCC_TIM5_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM5RST))

Definition at line 1823 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM5_RELEASE_RESET

#define __HAL_RCC_TIM5_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM5RST))

Definition at line 1850 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM6_FORCE_RESET

#define __HAL_RCC_TIM6_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM6RST))

Definition at line 1824 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM6_RELEASE_RESET

#define __HAL_RCC_TIM6_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM6RST))

Definition at line 1851 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM7_FORCE_RESET

#define __HAL_RCC_TIM7_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_TIM7RST))

Definition at line 1825 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM7_RELEASE_RESET

#define __HAL_RCC_TIM7_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_TIM7RST))

Definition at line 1852 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM8_FORCE_RESET

#define __HAL_RCC_TIM8_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM8RST))

Definition at line 1891 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM8_RELEASE_RESET

#define __HAL_RCC_TIM8_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM8RST))

Definition at line 1913 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM9_FORCE_RESET

#define __HAL_RCC_TIM9_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM9RST))

Definition at line 1898 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_TIM9_RELEASE_RESET

#define __HAL_RCC_TIM9_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM9RST))

Definition at line 1920 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_UART4_FORCE_RESET

#define __HAL_RCC_UART4_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_UART4RST))

Definition at line 1837 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_UART4_RELEASE_RESET

#define __HAL_RCC_UART4_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_UART4RST))

Definition at line 1864 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_UART5_FORCE_RESET

#define __HAL_RCC_UART5_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_UART5RST))

Definition at line 1838 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_UART5_RELEASE_RESET

#define __HAL_RCC_UART5_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_UART5RST))

Definition at line 1865 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_UART7_FORCE_RESET

#define __HAL_RCC_UART7_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_UART7RST))

Definition at line 1844 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_UART7_RELEASE_RESET

#define __HAL_RCC_UART7_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_UART7RST))

Definition at line 1871 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_UART8_FORCE_RESET

#define __HAL_RCC_UART8_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_UART8RST))

Definition at line 1845 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_UART8_RELEASE_RESET

#define __HAL_RCC_UART8_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_UART8RST))

Definition at line 1872 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USART1_FORCE_RESET

#define __HAL_RCC_USART1_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_USART1RST))

Definition at line 1892 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USART1_RELEASE_RESET

#define __HAL_RCC_USART1_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART1RST))

Definition at line 1914 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USART2_FORCE_RESET

#define __HAL_RCC_USART2_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_USART2RST))

Definition at line 1835 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USART2_RELEASE_RESET

#define __HAL_RCC_USART2_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_USART2RST))

Definition at line 1862 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USART3_FORCE_RESET

#define __HAL_RCC_USART3_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_USART3RST))

Definition at line 1836 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USART3_RELEASE_RESET

#define __HAL_RCC_USART3_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_USART3RST))

Definition at line 1863 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USART6_FORCE_RESET

#define __HAL_RCC_USART6_FORCE_RESET ( )    (RCC->APB2RSTR |= (RCC_APB2RSTR_USART6RST))

Definition at line 1893 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USART6_RELEASE_RESET

#define __HAL_RCC_USART6_RELEASE_RESET ( )    (RCC->APB2RSTR &= ~(RCC_APB2RSTR_USART6RST))

Definition at line 1915 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USB_OTG_FS_FORCE_RESET

#define __HAL_RCC_USB_OTG_FS_FORCE_RESET ( )    (RCC->AHB2RSTR |= (RCC_AHB2RSTR_OTGFSRST))

Definition at line 1778 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USB_OTG_FS_RELEASE_RESET

#define __HAL_RCC_USB_OTG_FS_RELEASE_RESET ( )    (RCC->AHB2RSTR &= ~(RCC_AHB2RSTR_OTGFSRST))

Definition at line 1782 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USB_OTG_HS_FORCE_RESET

#define __HAL_RCC_USB_OTG_HS_FORCE_RESET ( )    (RCC->AHB1RSTR |= (RCC_AHB1RSTR_OTGHRST))

Definition at line 1737 of file stm32f7xx_hal_rcc_ex.h.

◆ __HAL_RCC_USB_OTG_HS_RELEASE_RESET

#define __HAL_RCC_USB_OTG_HS_RELEASE_RESET ( )    (RCC->AHB1RSTR &= ~(RCC_AHB1RSTR_OTGHRST))

Definition at line 1749 of file stm32f7xx_hal_rcc_ex.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08