Modules | |
AHB1 Peripheral Clock Enable Disable | |
Enable or disable the AHB1 peripheral clock. | |
AHB1 Peripheral Clock Enable Disable Status | |
Get the enable or disable status of the AHB1 peripheral clock. | |
APB1 Peripheral Clock Enable Disable | |
Enable or disable the Low Speed APB (APB1) peripheral clock. | |
APB1 Peripheral Clock Enable Disable Status | |
Get the enable or disable status of the APB1 peripheral clock. | |
APB2 Peripheral Clock Enable Disable | |
Enable or disable the High Speed APB (APB2) peripheral clock. | |
APB2 Peripheral Clock Enable Disable Status | |
Get the enable or disable status of the APB2 peripheral clock. | |
AHB1 Force Release Reset | |
Force or release AHB1 peripheral reset. | |
APB1 Force Release Reset | |
Force or release APB1 peripheral reset. | |
APB2 Force Release Reset | |
Force or release APB2 peripheral reset. | |
AHB1 Peripheral Low Power Enable Disable | |
Enable or disable the AHB1 peripheral clock during Low Power (Sleep) mode. | |
APB1 Peripheral Low Power Enable Disable | |
Enable or disable the APB1 peripheral clock during Low Power (Sleep) mode. | |
APB2 Peripheral Low Power Enable Disable | |
Enable or disable the APB2 peripheral clock during Low Power (Sleep) mode. | |
HSI Configuration | |
LSI Configuration | |
HSE Configuration | |
LSE Configuration | |
RTC Clock Configuration | |
PLL Configuration | |
Get Clock source | |
RCC Extended MCOx Clock Config | |
Flags Interrupts Management | |
macros to manage the specified RCC Flags and interrupts. | |
APB1 Peripheral Clock Enable Disable Status | |
Get the enable or disable status of the APB1 peripheral clock. | |
APB2 Peripheral Clock Enable Disable Status | |
EGet the enable or disable status of the APB2 peripheral clock. | |
RCC Peripheral Clock Force Release | |
Force or release AHB peripheral reset. | |
RCC Peripheral Clock Sleep Enable Disable | |
AHB1 Peripheral Clock Sleep Enable Disable Status | |
Get the enable or disable status of the AHB1 peripheral clock during Low Power (Sleep) mode. | |
APB1 Peripheral Clock Sleep Enable Disable Status | |
Get the enable or disable status of the APB1 peripheral clock during Low Power (Sleep) mode. | |
APB2 Peripheral Clock Sleep Enable Disable Status | |
Get the enable or disable status of the APB2 peripheral clock during Low Power (Sleep) mode. | |
PLL I2S Configuration | |
#define __HAL_RCC_ADC12_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_ADC12EN)) |
Definition at line 1078 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_ADC12EN)) |
Definition at line 1078 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_CLK_ENABLE | ( | ) |
Definition at line 988 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_CLK_ENABLE | ( | ) |
Definition at line 988 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_ADC12LPEN)) |
Definition at line 5382 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_ADC12LPEN)) |
Definition at line 5382 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_ADC12LPEN)) |
Definition at line 5359 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_ADC12LPEN)) |
Definition at line 5359 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_ADC12RST)) |
Definition at line 4743 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_ADC12RST)) |
Definition at line 4743 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_ADC12EN) == 0U) |
Definition at line 1126 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_ADC12EN) == 0U) |
Definition at line 1126 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_ADC12EN) != 0U) |
Definition at line 1105 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_ADC12EN) != 0U) |
Definition at line 1105 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_ADC12LPEN)) == 0U) |
Definition at line 5435 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_ADC12LPEN)) == 0U) |
Definition at line 5435 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_ADC12LPEN)) != 0U) |
Definition at line 5412 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_ADC12LPEN)) != 0U) |
Definition at line 5412 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~ (RCC_AHB1RSTR_ADC12RST)) |
Definition at line 4761 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ADC12_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~ (RCC_AHB1RSTR_ADC12RST)) |
Definition at line 4761 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR = 0x02008023U) /* Resets DMA1, DMA2, ADC12, ETHMAC and USB1OTG */ |
Force or release the AHB1 peripheral reset.
Definition at line 4739 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR = 0x02008023U) /* Resets DMA1, DMA2, ADC12, ETHMAC and USB1OTG */ |
Force or release the AHB1 peripheral reset.
Definition at line 4739 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR = 0x00U) |
Definition at line 4758 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR = 0x00U) |
Definition at line 4758 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB2_FORCE_RESET | ( | ) | (RCC->AHB2RSTR = 0x00030271U) /* Resets DCMI_PSSI, CRYPT, HASH, RNG, SDMMC2, FMAC and CORDIC */ |
Force or release the AHB2 peripheral reset.
Definition at line 4783 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB2_FORCE_RESET | ( | ) | (RCC->AHB2RSTR = 0x00030271U) /* Resets DCMI_PSSI, CRYPT, HASH, RNG, SDMMC2, FMAC and CORDIC */ |
Force or release the AHB2 peripheral reset.
Definition at line 4783 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB2_RELEASE_RESET | ( | ) | (RCC->AHB2RSTR = 0x00U) |
Definition at line 4812 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB2_RELEASE_RESET | ( | ) | (RCC->AHB2RSTR = 0x00U) |
Definition at line 4812 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB3_FORCE_RESET | ( | ) | (RCC->AHB3RSTR = 0x00E95011U) /* Resets MDMA, DMA2D, FMC, OSPI1, SDMMC1, OSPI2, IOMNGR, OTFD1, OTFD2 */ |
Enable or disable the AHB3 peripheral reset.
Definition at line 4669 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB3_FORCE_RESET | ( | ) | (RCC->AHB3RSTR = 0x00E95011U) /* Resets MDMA, DMA2D, FMC, OSPI1, SDMMC1, OSPI2, IOMNGR, OTFD1, OTFD2 */ |
Enable or disable the AHB3 peripheral reset.
Definition at line 4669 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB3_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR = 0x00) |
Definition at line 4700 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB3_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR = 0x00) |
Definition at line 4700 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB4_FORCE_RESET | ( | ) | (RCC->AHB4RSTR = 0x032806FFU) /* Resets GPIOA..GPIOH, GPIOJ, GPIOK, CRC, BDMA, ADC3 and HSEM */ |
Force or release the AHB4 peripheral reset.
Definition at line 4849 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB4_FORCE_RESET | ( | ) | (RCC->AHB4RSTR = 0x032806FFU) /* Resets GPIOA..GPIOH, GPIOJ, GPIOK, CRC, BDMA, ADC3 and HSEM */ |
Force or release the AHB4 peripheral reset.
Definition at line 4849 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB4_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR = 0x00U) |
Definition at line 4880 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHB4_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR = 0x00U) |
Definition at line 4880 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_AHBSRAM1EN)) |
Definition at line 1316 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_AHBSRAM1EN)) |
Definition at line 1316 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_CLK_ENABLE | ( | ) |
Definition at line 1236 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_CLK_ENABLE | ( | ) |
Definition at line 1236 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_AHBSRAM1LPEN)) |
Definition at line 5527 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_AHBSRAM1LPEN)) |
Definition at line 5527 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_AHBSRAM1LPEN)) |
Definition at line 5490 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_AHBSRAM1LPEN)) |
Definition at line 5490 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_AHBSRAM1EN) == 0U) |
Definition at line 1402 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_AHBSRAM1EN) == 0U) |
Definition at line 1402 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_AHBSRAM1EN) != 0U) |
Definition at line 1362 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_AHBSRAM1EN) != 0U) |
Definition at line 1362 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_AHBSRAM1LPEN)) == 0U) |
Definition at line 5608 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_AHBSRAM1LPEN)) == 0U) |
Definition at line 5608 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_AHBSRAM1LPEN)) != 0U) |
Definition at line 5571 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_AHBSRAM1LPEN)) != 0U) |
Definition at line 5571 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_AHBSRAM2EN)) |
Definition at line 1321 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_AHBSRAM2EN)) |
Definition at line 1321 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_CLK_ENABLE | ( | ) |
Definition at line 1254 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_CLK_ENABLE | ( | ) |
Definition at line 1254 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_AHBSRAM2LPEN)) |
Definition at line 5532 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_AHBSRAM2LPEN)) |
Definition at line 5532 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_AHBSRAM2LPEN)) |
Definition at line 5495 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_AHBSRAM2LPEN)) |
Definition at line 5495 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_AHBSRAM2EN) == 0U) |
Definition at line 1407 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_AHBSRAM2EN) == 0U) |
Definition at line 1407 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_AHBSRAM2EN) != 0U) |
Definition at line 1367 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_AHBSRAM2EN) != 0U) |
Definition at line 1367 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_AHBSRAM2LPEN)) == 0U) |
Definition at line 5613 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_AHBSRAM2LPEN)) == 0U) |
Definition at line 5613 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_AHBSRAM2LPEN)) != 0U) |
Definition at line 5576 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AHBSRAM2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_AHBSRAM2LPEN)) != 0U) |
Definition at line 5576 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB1H_FORCE_RESET | ( | ) | (RCC->APB1HRSTR = 0x03000136U) /* Resets CRS, SWP, OPAMP, MDIOS, FDCAN, TIM23 and TIM24 */ |
Definition at line 4942 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB1H_FORCE_RESET | ( | ) | (RCC->APB1HRSTR = 0x03000136U) /* Resets CRS, SWP, OPAMP, MDIOS, FDCAN, TIM23 and TIM24 */ |
Definition at line 4942 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB1H_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR = 0x00U) |
Definition at line 4984 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB1H_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR = 0x00U) |
Definition at line 4984 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB1L_FORCE_RESET | ( | ) | (RCC->APB1LRSTR = 0xEAFFC3FFU) /* Resets TIM2..TIM7, TIM12..TIM14, LPTIM1, SPI2, SPI3, SPDIFRX, USART2, USART3, UART4, UART5, I2C1..I2C3, I2C5, CEC, DAC12, UART7 and UART8 */ |
Force or release the APB1 peripheral reset.
Definition at line 4937 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB1L_FORCE_RESET | ( | ) | (RCC->APB1LRSTR = 0xEAFFC3FFU) /* Resets TIM2..TIM7, TIM12..TIM14, LPTIM1, SPI2, SPI3, SPDIFRX, USART2, USART3, UART4, UART5, I2C1..I2C3, I2C5, CEC, DAC12, UART7 and UART8 */ |
Force or release the APB1 peripheral reset.
Definition at line 4937 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB1L_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR = 0x00U) |
Definition at line 4983 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB1L_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR = 0x00U) |
Definition at line 4983 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB2_FORCE_RESET | ( | ) | (RCC->APB2RSTR = 0x405730F3U) /* Resets TIM1, TIM8, USART1, USART6, UART9, USART10, SPI1, SPI4, TIM15..TIM17, SPI5, SAI1 and DFSDM1 */ |
Force or release the APB2 peripheral reset.
Definition at line 5031 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB2_FORCE_RESET | ( | ) | (RCC->APB2RSTR = 0x405730F3U) /* Resets TIM1, TIM8, USART1, USART6, UART9, USART10, SPI1, SPI4, TIM15..TIM17, SPI5, SAI1 and DFSDM1 */ |
Force or release the APB2 peripheral reset.
Definition at line 5031 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB2_RELEASE_RESET | ( | ) | (RCC->APB2RSTR = 0x00U) |
Definition at line 5061 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB2_RELEASE_RESET | ( | ) | (RCC->APB2RSTR = 0x00U) |
Definition at line 5061 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
Force or release the APB3 peripheral reset.
Definition at line 4915 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
Force or release the APB3 peripheral reset.
Definition at line 4915 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB3_RELEASE_RESET | ( | ) | (RCC->APB3RSTR = 0x00U) |
Definition at line 4924 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB3_RELEASE_RESET | ( | ) | (RCC->APB3RSTR = 0x00U) |
Definition at line 4924 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB4_FORCE_RESET | ( | ) | (RCC->APB4RSTR = 0x0420DEAAU) /* Resets SYSCFG, LPUART1, SPI6, I2C4, LPTIM2..LPTIM5, COMP12, VREF, SAI4 and DTS */ |
Force or release the APB4 peripheral reset.
Definition at line 5098 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB4_FORCE_RESET | ( | ) | (RCC->APB4RSTR = 0x0420DEAAU) /* Resets SYSCFG, LPUART1, SPI6, I2C4, LPTIM2..LPTIM5, COMP12, VREF, SAI4 and DTS */ |
Force or release the APB4 peripheral reset.
Definition at line 5098 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB4_RELEASE_RESET | ( | ) | (RCC->APB4RSTR = 0x00U) |
Definition at line 5127 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_APB4_RELEASE_RESET | ( | ) | (RCC->APB4RSTR = 0x00U) |
Definition at line 5127 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AXISRAM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_AXISRAM1LPEN)) |
Definition at line 5251 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AXISRAM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_AXISRAM1LPEN)) |
Definition at line 5251 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AXISRAM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_AXISRAM1LPEN)) |
Definition at line 5205 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AXISRAM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_AXISRAM1LPEN)) |
Definition at line 5205 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AXISRAM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_AXISRAML1PEN) == 0U) |
Definition at line 5347 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AXISRAM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_AXISRAML1PEN) == 0U) |
Definition at line 5347 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AXISRAM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_AXISRAM1LPEN) != 0U) |
Definition at line 5303 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_AXISRAM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_AXISRAM1LPEN) != 0U) |
Definition at line 5303 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BACKUPRESET_FORCE | ( | ) | SET_BIT(RCC->BDCR, RCC_BDCR_BDRST) |
Macros to force or release the Backup domain reset.
Definition at line 7504 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BACKUPRESET_FORCE | ( | ) | SET_BIT(RCC->BDCR, RCC_BDCR_BDRST) |
Macros to force or release the Backup domain reset.
Definition at line 7507 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BACKUPRESET_RELEASE | ( | ) | CLEAR_BIT(RCC->BDCR, RCC_BDCR_BDRST) |
Definition at line 7505 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BACKUPRESET_RELEASE | ( | ) | CLEAR_BIT(RCC->BDCR, RCC_BDCR_BDRST) |
Definition at line 7508 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_BDMAEN) |
Definition at line 1604 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_BDMAEN) |
Definition at line 1604 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_CLK_ENABLE | ( | ) |
Definition at line 1536 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_CLK_ENABLE | ( | ) |
Definition at line 1536 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_BDMALPEN) |
Definition at line 5680 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_BDMALPEN) |
Definition at line 5680 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_BDMALPEN) |
Definition at line 5647 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_BDMALPEN) |
Definition at line 5647 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_BDMARST) |
Definition at line 4871 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_BDMARST) |
Definition at line 4871 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_BDMAEN) == 0U) |
Definition at line 1678 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_BDMAEN) == 0U) |
Definition at line 1678 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_BDMAEN) != 0U) |
Definition at line 1644 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_BDMAEN) != 0U) |
Definition at line 1644 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_BDMALPEN)) == 0U) |
Definition at line 5754 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_BDMALPEN)) == 0U) |
Definition at line 5754 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_BDMALPEN)) != 0U) |
Definition at line 5721 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_BDMALPEN)) != 0U) |
Definition at line 5721 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_BDMARST) |
Definition at line 4901 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BDMA_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_BDMARST) |
Definition at line 4901 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_BKPRAMEN) |
Definition at line 1615 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_BKPRAMEN) |
Definition at line 1615 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_CLK_ENABLE | ( | ) |
Definition at line 1575 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_CLK_ENABLE | ( | ) |
Definition at line 1575 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_BKPRAMLPEN) |
Definition at line 5685 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_BKPRAMLPEN) |
Definition at line 5685 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_BKPRAMLPEN) |
Definition at line 5652 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_BKPRAMLPEN) |
Definition at line 5652 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_BKPRAMEN) == 0U) |
Definition at line 1689 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_BKPRAMEN) == 0U) |
Definition at line 1689 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_BKPRAMEN) != 0U) |
Definition at line 1655 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_BKPRAMEN) != 0U) |
Definition at line 1655 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_BKPRAMLPEN)) == 0U) |
Definition at line 5759 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_BKPRAMLPEN)) == 0U) |
Definition at line 5759 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_BKPRAMLPEN)) != 0U) |
Definition at line 5726 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_BKPRAM_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_BKPRAMLPEN)) != 0U) |
Definition at line 5726 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_CECEN) |
Definition at line 2062 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_CECEN) |
Definition at line 2062 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_CLK_ENABLE | ( | ) |
Definition at line 1942 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_CLK_ENABLE | ( | ) |
Definition at line 1942 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_CECLPEN) |
Definition at line 5896 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_CECLPEN) |
Definition at line 5896 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_CECLPEN) |
Definition at line 5851 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_CECLPEN) |
Definition at line 5851 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_CECRST) |
Definition at line 4967 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_CECRST) |
Definition at line 4967 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_CECEN) == 0U) |
Definition at line 2153 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_CECEN) == 0U) |
Definition at line 2153 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_CECEN) != 0U) |
Definition at line 2111 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_CECEN) != 0U) |
Definition at line 2111 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_CECLPEN)) == 0U) |
Definition at line 5988 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_CECLPEN)) == 0U) |
Definition at line 5988 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_CECLPEN)) != 0U) |
Definition at line 5946 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_CECLPEN)) != 0U) |
Definition at line 5946 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_CECRST) |
Definition at line 5008 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CEC_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_CECRST) |
Definition at line 5008 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_COMP12EN) |
Definition at line 2565 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_COMP12EN) |
Definition at line 2565 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_CLK_ENABLE | ( | ) |
Definition at line 2496 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_CLK_ENABLE | ( | ) |
Definition at line 2496 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_COMP12LPEN) |
Definition at line 6182 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_COMP12LPEN) |
Definition at line 6182 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_COMP12LPEN) |
Definition at line 6154 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_COMP12LPEN) |
Definition at line 6154 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_COMP12RST) |
Definition at line 5115 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_COMP12RST) |
Definition at line 5115 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_COMP12EN) == 0U) |
Definition at line 2627 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_COMP12EN) == 0U) |
Definition at line 2627 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_COMP12EN) != 0U) |
Definition at line 2599 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_COMP12EN) != 0U) |
Definition at line 2599 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_COMP12LPEN)) == 0U) |
Definition at line 6246 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_COMP12LPEN)) == 0U) |
Definition at line 6246 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_COMP12LPEN)) != 0U) |
Definition at line 6218 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_COMP12LPEN)) != 0U) |
Definition at line 6218 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_COMP12RST) |
Definition at line 5143 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_COMP12_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_COMP12RST) |
Definition at line 5143 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_CRSEN) |
Definition at line 2066 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_CRSEN) |
Definition at line 2066 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_CLK_ENABLE | ( | ) |
Definition at line 1974 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_CLK_ENABLE | ( | ) |
Definition at line 1974 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_CRSLPEN) |
Definition at line 5900 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_CRSLPEN) |
Definition at line 5900 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_CRSLPEN) |
Definition at line 5855 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_CRSLPEN) |
Definition at line 5855 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_CRSRST) |
Definition at line 4971 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_CRSRST) |
Definition at line 4971 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_CRSEN) == 0U) |
Definition at line 2157 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_CRSEN) == 0U) |
Definition at line 2157 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_CRSEN) != 0U) |
Definition at line 2115 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_CRSEN) != 0U) |
Definition at line 2115 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_CRSLPEN)) == 0U) |
Definition at line 5992 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_CRSLPEN)) == 0U) |
Definition at line 5992 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_CRSLPEN)) != 0U) |
Definition at line 5950 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_CRSLPEN)) != 0U) |
Definition at line 5950 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_CRSRST) |
Definition at line 5012 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CRS_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_CRSRST) |
Definition at line 5012 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSI_CALIBRATIONVALUE_ADJUST | ( | __CSICalibrationValue__ | ) |
Macro Adjusts the Internal oscillator (CSI) calibration value.
<strong>CSICalibrationValue</strong> | specifies the calibration trimming value. This parameter must be a number between 0 and 0x1F. |
Definition at line 7266 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSI_CALIBRATIONVALUE_ADJUST | ( | __CSICalibrationValue__ | ) |
Macro Adjusts the Internal oscillator (CSI) calibration value.
<strong>CSICalibrationValue</strong> | specifies the calibration trimming value. This parameter must be a number between 0 and 0x1F. |
Definition at line 7266 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSI_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_CSION) |
Definition at line 7237 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSI_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_CSION) |
Definition at line 7237 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSI_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_CSION) |
Macros to enable or disable the Internal oscillator (CSI).
Definition at line 7236 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSI_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_CSION) |
Macros to enable or disable the Internal oscillator (CSI).
Definition at line 7236 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSISTOP_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_CSIKERON) |
Definition at line 7282 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSISTOP_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_CSIKERON) |
Definition at line 7282 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSISTOP_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_CSIKERON) |
Macros to enable or disable the force of the Low-power Internal oscillator (CSI) in STOP mode to be quickly available as kernel clock for USARTs and I2Cs.
None |
Definition at line 7281 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_CSISTOP_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_CSIKERON) |
Macros to enable or disable the force of the Low-power Internal oscillator (CSI) in STOP mode to be quickly available as kernel clock for USARTs and I2Cs.
None |
Definition at line 7281 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D1SRAM1_CLK_SLEEP_DISABLE __HAL_RCC_AXISRAM1_CLK_SLEEP_DISABLE /* For backward compatibility */ |
Definition at line 5252 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D1SRAM1_CLK_SLEEP_DISABLE __HAL_RCC_AXISRAM1_CLK_SLEEP_DISABLE /* For backward compatibility */ |
Definition at line 5252 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D1SRAM1_CLK_SLEEP_ENABLE __HAL_RCC_AXISRAM1_CLK_SLEEP_ENABLE /* For backward compatibility */ |
Definition at line 5206 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D1SRAM1_CLK_SLEEP_ENABLE __HAL_RCC_AXISRAM1_CLK_SLEEP_ENABLE /* For backward compatibility */ |
Definition at line 5206 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D3SRAM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR &= ~ (RCC_AHB4LPENR_D3SRAM1LPEN)) |
Definition at line 5690 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D3SRAM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR &= ~ (RCC_AHB4LPENR_D3SRAM1LPEN)) |
Definition at line 5690 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D3SRAM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR |= (RCC_AHB4LPENR_D3SRAM1LPEN)) |
Definition at line 5657 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D3SRAM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR |= (RCC_AHB4LPENR_D3SRAM1LPEN)) |
Definition at line 5657 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D3SRAM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_D3SRAM1LPEN)) == 0U) |
Definition at line 5764 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D3SRAM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_D3SRAM1LPEN)) == 0U) |
Definition at line 5764 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D3SRAM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_D3SRAM1LPEN)) != 0U) |
Definition at line 5731 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_D3SRAM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_D3SRAM1LPEN)) != 0U) |
Definition at line 5731 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_DAC12EN) |
Definition at line 2063 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_DAC12EN) |
Definition at line 2063 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_CLK_ENABLE | ( | ) |
Definition at line 1950 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_CLK_ENABLE | ( | ) |
Definition at line 1950 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_DAC12LPEN) |
Definition at line 5897 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_DAC12LPEN) |
Definition at line 5897 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_DAC12LPEN) |
Definition at line 5852 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_DAC12LPEN) |
Definition at line 5852 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_DAC12RST) |
Definition at line 4968 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_DAC12RST) |
Definition at line 4968 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_DAC12EN) == 0U) |
Definition at line 2154 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_DAC12EN) == 0U) |
Definition at line 2154 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_DAC12EN) != 0U) |
Definition at line 2112 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_DAC12EN) != 0U) |
Definition at line 2112 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_DAC12LPEN)) == 0U) |
Definition at line 5989 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_DAC12LPEN)) == 0U) |
Definition at line 5989 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_DAC12LPEN)) != 0U) |
Definition at line 5947 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_DAC12LPEN)) != 0U) |
Definition at line 5947 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_DAC12RST) |
Definition at line 5009 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DAC12_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_DAC12RST) |
Definition at line 5009 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_DCMIEN)) |
Definition at line 1297 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_DCMIEN)) |
Definition at line 1297 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_CLK_ENABLE | ( | ) |
Enable or disable the AHB2 peripheral clock.
Definition at line 1162 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_CLK_ENABLE | ( | ) |
Enable or disable the AHB2 peripheral clock.
Definition at line 1162 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_DCMILPEN)) |
Definition at line 5505 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_DCMILPEN)) |
Definition at line 5505 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_DCMILPEN)) |
ENABLE or disable the AHB2 peripheral clock during Low Power (Sleep) mode.
Definition at line 5468 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_DCMILPEN)) |
ENABLE or disable the AHB2 peripheral clock during Low Power (Sleep) mode.
Definition at line 5468 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_FORCE_RESET | ( | ) | (RCC->AHB2RSTR |= (RCC_AHB2RSTR_DCMIRST)) |
Definition at line 4789 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_FORCE_RESET | ( | ) | (RCC->AHB2RSTR |= (RCC_AHB2RSTR_DCMIRST)) |
Definition at line 4789 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_DCMIEN) == 0U) |
Definition at line 1383 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_DCMIEN) == 0U) |
Definition at line 1383 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_DCMIEN) != 0U) |
Get the enable or disable status of the AHB2 peripheral clock.
Definition at line 1343 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_DCMIEN) != 0U) |
Get the enable or disable status of the AHB2 peripheral clock.
Definition at line 1343 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_DCMILPEN)) == 0U) |
Definition at line 5586 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_DCMILPEN)) == 0U) |
Definition at line 5586 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_DCMILPEN)) != 0U) |
Get the enable or disable status of the AHB2 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5549 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_DCMILPEN)) != 0U) |
Get the enable or disable status of the AHB2 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5549 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_RELEASE_RESET | ( | ) | (RCC->AHB2RSTR &= ~ (RCC_AHB2RSTR_DCMIRST)) |
Definition at line 4817 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DCMI_RELEASE_RESET | ( | ) | (RCC->AHB2RSTR &= ~ (RCC_AHB2RSTR_DCMIRST)) |
Definition at line 4817 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_DFSDM1EN) |
Definition at line 2345 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_DFSDM1EN) |
Definition at line 2345 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_CLK_ENABLE | ( | ) |
Definition at line 2304 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_CLK_ENABLE | ( | ) |
Definition at line 2304 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_DFSDM1LPEN) |
Definition at line 6063 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_DFSDM1LPEN) |
Definition at line 6063 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_DFSDM1LPEN) |
Definition at line 6035 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_DFSDM1LPEN) |
Definition at line 6035 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_DFSDM1RST) |
Definition at line 5056 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_DFSDM1RST) |
Definition at line 5056 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_DFSDM1EN) == 0U) |
Definition at line 2407 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_DFSDM1EN) == 0U) |
Definition at line 2407 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_DFSDM1EN) != 0U) |
Definition at line 2379 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_DFSDM1EN) != 0U) |
Definition at line 2379 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_DFSDM1LPEN)) == 0U) |
Definition at line 6127 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_DFSDM1LPEN)) == 0U) |
Definition at line 6127 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_DFSDM1LPEN)) != 0U) |
Definition at line 6099 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_DFSDM1LPEN)) != 0U) |
Definition at line 6099 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_DFSDM1RST) |
Definition at line 5085 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DFSDM1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_DFSDM1RST) |
Definition at line 5085 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_DMA1EN)) |
Definition at line 1076 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_DMA1EN)) |
Definition at line 1076 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_CLK_ENABLE | ( | ) |
Enable or disable the AHB1 peripheral clock.
Definition at line 972 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_CLK_ENABLE | ( | ) |
Enable or disable the AHB1 peripheral clock.
Definition at line 972 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_DMA1LPEN)) |
Definition at line 5380 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_DMA1LPEN)) |
Definition at line 5380 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_DMA1LPEN)) |
ENABLE or disable the AHB1 peripheral clock during Low Power (Sleep) mode.
Definition at line 5357 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_DMA1LPEN)) |
ENABLE or disable the AHB1 peripheral clock during Low Power (Sleep) mode.
Definition at line 5357 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA1RST)) |
Definition at line 4741 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA1RST)) |
Definition at line 4741 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_DMA1EN) == 0U) |
Definition at line 1124 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_DMA1EN) == 0U) |
Definition at line 1124 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_DMA1EN) != 0U) |
Get the enable or disable status of the AHB1 peripheral clock.
Definition at line 1103 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_DMA1EN) != 0U) |
Get the enable or disable status of the AHB1 peripheral clock.
Definition at line 1103 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_DMA1LPEN)) == 0U) |
Definition at line 5433 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_DMA1LPEN)) == 0U) |
Definition at line 5433 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_DMA1LPEN)) != 0U) |
Get the enable or disable status of the AHB1 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5410 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_DMA1LPEN)) != 0U) |
Get the enable or disable status of the AHB1 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5410 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~ (RCC_AHB1RSTR_DMA1RST)) |
Definition at line 4759 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA1_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~ (RCC_AHB1RSTR_DMA1RST)) |
Definition at line 4759 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_DMA2EN)) |
Definition at line 1077 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_DMA2EN)) |
Definition at line 1077 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_CLK_ENABLE | ( | ) |
Definition at line 980 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_CLK_ENABLE | ( | ) |
Definition at line 980 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_DMA2LPEN)) |
Definition at line 5381 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_DMA2LPEN)) |
Definition at line 5381 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_DMA2LPEN)) |
Definition at line 5358 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_DMA2LPEN)) |
Definition at line 5358 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA2RST)) |
Definition at line 4742 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_DMA2RST)) |
Definition at line 4742 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_DMA2EN) == 0U) |
Definition at line 1125 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_DMA2EN) == 0U) |
Definition at line 1125 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_DMA2EN) != 0U) |
Definition at line 1104 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_DMA2EN) != 0U) |
Definition at line 1104 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_DMA2LPEN)) == 0U) |
Definition at line 5434 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_DMA2LPEN)) == 0U) |
Definition at line 5434 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_DMA2LPEN)) != 0U) |
Definition at line 5411 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_DMA2LPEN)) != 0U) |
Definition at line 5411 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~ (RCC_AHB1RSTR_DMA2RST)) |
Definition at line 4760 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~ (RCC_AHB1RSTR_DMA2RST)) |
Definition at line 4760 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_CLK_DISABLE | ( | ) | (RCC->AHB3ENR &= ~ (RCC_AHB3ENR_DMA2DEN)) |
Definition at line 874 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_CLK_DISABLE | ( | ) | (RCC->AHB3ENR &= ~ (RCC_AHB3ENR_DMA2DEN)) |
Definition at line 874 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_CLK_ENABLE | ( | ) |
Definition at line 775 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_CLK_ENABLE | ( | ) |
Definition at line 775 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_DMA2DLPEN)) |
Definition at line 5210 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_DMA2DLPEN)) |
Definition at line 5210 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_DMA2DLPEN)) |
Definition at line 5164 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_DMA2DLPEN)) |
Definition at line 5164 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_FORCE_RESET | ( | ) | (RCC->AHB3RSTR |= (RCC_AHB3RSTR_DMA2DRST)) |
Definition at line 4672 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_FORCE_RESET | ( | ) | (RCC->AHB3RSTR |= (RCC_AHB3RSTR_DMA2DRST)) |
Definition at line 4672 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_IS_CLK_DISABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_DMA2DEN) == 0U) |
Definition at line 939 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_IS_CLK_DISABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_DMA2DEN) == 0U) |
Definition at line 939 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_IS_CLK_ENABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_DMA2DEN) != 0U) |
Definition at line 910 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_IS_CLK_ENABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_DMA2DEN) != 0U) |
Definition at line 910 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DMA2DLPEN) == 0U) |
Definition at line 5307 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DMA2DLPEN) == 0U) |
Definition at line 5307 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DMA2DLPEN) != 0U) |
Definition at line 5263 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DMA2DLPEN) != 0U) |
Definition at line 5263 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR &= ~ (RCC_AHB3RSTR_DMA2DRST)) |
Definition at line 4702 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DMA2D_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR &= ~ (RCC_AHB3RSTR_DMA2DRST)) |
Definition at line 4702 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_DTCM1LPEN)) |
Definition at line 5244 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_DTCM1LPEN)) |
Definition at line 5244 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_DTCM1LPEN)) |
Definition at line 5198 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_DTCM1LPEN)) |
Definition at line 5198 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DTCM1LPEN) == 0U) |
Definition at line 5341 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DTCM1LPEN) == 0U) |
Definition at line 5341 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DTCM1LPEN) != 0U) |
Definition at line 5297 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DTCM1LPEN) != 0U) |
Definition at line 5297 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM2_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_DTCM2LPEN)) |
Definition at line 5245 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM2_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_DTCM2LPEN)) |
Definition at line 5245 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM2_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_DTCM2LPEN)) |
Definition at line 5199 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM2_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_DTCM2LPEN)) |
Definition at line 5199 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DTCM2LPEN) == 0U) |
Definition at line 5342 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DTCM2LPEN) == 0U) |
Definition at line 5342 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DTCM2LPEN) != 0U) |
Definition at line 5298 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_DTCM2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_DTCM2LPEN) != 0U) |
Definition at line 5298 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_FDCANEN) |
Definition at line 2070 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_FDCANEN) |
Definition at line 2070 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_CLK_ENABLE | ( | ) |
Definition at line 2006 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_CLK_ENABLE | ( | ) |
Definition at line 2006 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_FDCANLPEN) |
Definition at line 5904 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_FDCANLPEN) |
Definition at line 5904 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_FDCANLPEN) |
Definition at line 5859 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_FDCANLPEN) |
Definition at line 5859 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_FDCANRST) |
Definition at line 4975 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_FDCANRST) |
Definition at line 4975 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_FDCANEN) == 0U) |
Definition at line 2161 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_FDCANEN) == 0U) |
Definition at line 2161 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_FDCANEN) != 0U) |
Definition at line 2119 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_FDCANEN) != 0U) |
Definition at line 2119 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_FDCANLPEN)) == 0U) |
Definition at line 5996 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_FDCANLPEN)) == 0U) |
Definition at line 5996 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_FDCANLPEN)) != 0U) |
Definition at line 5954 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_FDCANLPEN)) != 0U) |
Definition at line 5954 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_FDCANRST) |
Definition at line 5016 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FDCAN_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_FDCANRST) |
Definition at line 5016 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FLASH_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_FLASHLPEN)) |
Definition at line 5214 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FLASH_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_FLASHLPEN)) |
Definition at line 5214 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FLASH_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_FLASHLPEN)) |
Definition at line 5168 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FLASH_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_FLASHLPEN)) |
Definition at line 5168 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FLASH_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_FLASHLPEN) == 0U) |
Definition at line 5311 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FLASH_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_FLASHLPEN) == 0U) |
Definition at line 5311 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FLASH_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_FLASHLPEN) != 0U) |
Definition at line 5267 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FLASH_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_FLASHLPEN) != 0U) |
Definition at line 5267 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_CLK_DISABLE | ( | ) | (RCC->AHB3ENR &= ~ (RCC_AHB3ENR_FMCEN)) |
Definition at line 878 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_CLK_DISABLE | ( | ) | (RCC->AHB3ENR &= ~ (RCC_AHB3ENR_FMCEN)) |
Definition at line 878 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_CLK_ENABLE | ( | ) |
Definition at line 793 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_CLK_ENABLE | ( | ) |
Definition at line 793 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_FMCLPEN)) |
Definition at line 5215 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_FMCLPEN)) |
Definition at line 5215 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_FMCLPEN)) |
Definition at line 5169 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_FMCLPEN)) |
Definition at line 5169 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_FORCE_RESET | ( | ) | (RCC->AHB3RSTR |= (RCC_AHB3RSTR_FMCRST)) |
Definition at line 4676 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_FORCE_RESET | ( | ) | (RCC->AHB3RSTR |= (RCC_AHB3RSTR_FMCRST)) |
Definition at line 4676 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_IS_CLK_DISABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_FMCEN) == 0U) |
Definition at line 943 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_IS_CLK_DISABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_FMCEN) == 0U) |
Definition at line 943 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_IS_CLK_ENABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_FMCEN) != 0U) |
Definition at line 914 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_IS_CLK_ENABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_FMCEN) != 0U) |
Definition at line 914 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_FMCLPEN) == 0U) |
Definition at line 5312 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_FMCLPEN) == 0U) |
Definition at line 5312 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_FMCLPEN) != 0U) |
Definition at line 5268 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_FMCLPEN) != 0U) |
Definition at line 5268 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR &= ~ (RCC_AHB3RSTR_FMCRST)) |
Definition at line 4706 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_FMC_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR &= ~ (RCC_AHB3RSTR_FMCRST)) |
Definition at line 4706 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GET_HSI_DIVIDER | ( | ) | ((uint32_t)(READ_BIT(RCC->CR, RCC_CR_HSIDIV))) |
Macro to get the HSI divider.
The | HSI divider. The returned value can be one of the following:
|
Definition at line 7145 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GET_HSI_DIVIDER | ( | ) | ((uint32_t)(READ_BIT(RCC->CR, RCC_CR_HSIDIV))) |
Macro to get the HSI divider.
The | HSI divider. The returned value can be one of the following:
|
Definition at line 7145 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GET_PLL_OSCSOURCE | ( | ) | ((uint32_t)(RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC)) |
Macro to get the oscillator used as PLL clock source.
The | oscillator used as PLL clock source. The returned value can be one of the following:
|
Definition at line 7686 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GET_PLL_OSCSOURCE | ( | ) | ((uint32_t)(RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC)) |
Macro to get the oscillator used as PLL clock source.
The | oscillator used as PLL clock source. The returned value can be one of the following:
|
Definition at line 7689 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GET_RTC_SOURCE | ( | ) | ((uint32_t)(READ_BIT(RCC->BDCR, RCC_BDCR_RTCSEL))) |
Definition at line 7496 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GET_RTC_SOURCE | ( | ) | ((uint32_t)(READ_BIT(RCC->BDCR, RCC_BDCR_RTCSEL))) |
Definition at line 7499 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GET_SYSCLK_SOURCE | ( | ) | ((uint32_t)(RCC->CFGR & RCC_CFGR_SWS)) |
Macro to get the clock source used as system clock.
The | clock source used as system clock. The returned value can be one of the following:
|
Definition at line 7664 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GET_SYSCLK_SOURCE | ( | ) | ((uint32_t)(RCC->CFGR & RCC_CFGR_SWS)) |
Macro to get the clock source used as system clock.
The | clock source used as system clock. The returned value can be one of the following:
|
Definition at line 7667 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOAEN) |
Definition at line 1584 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOAEN) |
Definition at line 1584 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_CLK_ENABLE | ( | ) |
Enable or disable the AHB4 peripheral clock.
Definition at line 1425 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_CLK_ENABLE | ( | ) |
Enable or disable the AHB4 peripheral clock.
Definition at line 1425 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOALPEN) |
Definition at line 5660 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOALPEN) |
Definition at line 5660 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOALPEN) |
ENABLE or disable the AHB4 peripheral clock during Low Power (Sleep) mode.
Definition at line 5627 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOALPEN) |
ENABLE or disable the AHB4 peripheral clock during Low Power (Sleep) mode.
Definition at line 5627 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOARST) |
Definition at line 4851 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOARST) |
Definition at line 4851 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOAEN) == 0U) |
Definition at line 1657 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOAEN) == 0U) |
Definition at line 1657 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOAEN) != 0U) |
Get the enable or disable status of the AHB4 peripheral clock.
Definition at line 1624 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOAEN) != 0U) |
Get the enable or disable status of the AHB4 peripheral clock.
Definition at line 1624 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOALPEN)) == 0U) |
Definition at line 5734 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOALPEN)) == 0U) |
Definition at line 5734 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOALPEN)) != 0U) |
Get the enable or disable status of the AHB4 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5701 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOALPEN)) != 0U) |
Get the enable or disable status of the AHB4 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5701 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOARST) |
Definition at line 4881 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOA_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOARST) |
Definition at line 4881 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOBEN) |
Definition at line 1585 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOBEN) |
Definition at line 1585 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_CLK_ENABLE | ( | ) |
Definition at line 1433 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_CLK_ENABLE | ( | ) |
Definition at line 1433 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOBLPEN) |
Definition at line 5661 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOBLPEN) |
Definition at line 5661 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOBLPEN) |
Definition at line 5628 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOBLPEN) |
Definition at line 5628 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOBRST) |
Definition at line 4852 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOBRST) |
Definition at line 4852 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOBEN) == 0U) |
Definition at line 1658 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOBEN) == 0U) |
Definition at line 1658 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOBEN) != 0U) |
Definition at line 1625 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOBEN) != 0U) |
Definition at line 1625 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOBLPEN)) == 0U) |
Definition at line 5735 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOBLPEN)) == 0U) |
Definition at line 5735 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOBLPEN)) != 0U) |
Definition at line 5702 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOBLPEN)) != 0U) |
Definition at line 5702 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOBRST) |
Definition at line 4882 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOB_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOBRST) |
Definition at line 4882 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOCEN) |
Definition at line 1586 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOCEN) |
Definition at line 1586 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_CLK_ENABLE | ( | ) |
Definition at line 1441 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_CLK_ENABLE | ( | ) |
Definition at line 1441 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOCLPEN) |
Definition at line 5662 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOCLPEN) |
Definition at line 5662 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOCLPEN) |
Definition at line 5629 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOCLPEN) |
Definition at line 5629 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOCRST) |
Definition at line 4853 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOCRST) |
Definition at line 4853 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOCEN) == 0U) |
Definition at line 1659 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOCEN) == 0U) |
Definition at line 1659 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOCEN) != 0U) |
Definition at line 1626 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOCEN) != 0U) |
Definition at line 1626 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOCLPEN)) == 0U) |
Definition at line 5736 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOCLPEN)) == 0U) |
Definition at line 5736 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOCLPEN)) != 0U) |
Definition at line 5703 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOCLPEN)) != 0U) |
Definition at line 5703 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOCRST) |
Definition at line 4883 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOC_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOCRST) |
Definition at line 4883 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIODEN) |
Definition at line 1587 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIODEN) |
Definition at line 1587 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_CLK_ENABLE | ( | ) |
Definition at line 1449 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_CLK_ENABLE | ( | ) |
Definition at line 1449 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIODLPEN) |
Definition at line 5663 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIODLPEN) |
Definition at line 5663 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIODLPEN) |
Definition at line 5630 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIODLPEN) |
Definition at line 5630 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIODRST) |
Definition at line 4854 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIODRST) |
Definition at line 4854 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIODEN) == 0U) |
Definition at line 1660 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIODEN) == 0U) |
Definition at line 1660 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIODEN) != 0U) |
Definition at line 1627 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIODEN) != 0U) |
Definition at line 1627 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIODLPEN)) == 0U) |
Definition at line 5737 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIODLPEN)) == 0U) |
Definition at line 5737 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIODLPEN)) != 0U) |
Definition at line 5704 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIODLPEN)) != 0U) |
Definition at line 5704 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIODRST) |
Definition at line 4884 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOD_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIODRST) |
Definition at line 4884 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOEEN) |
Definition at line 1588 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOEEN) |
Definition at line 1588 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_CLK_ENABLE | ( | ) |
Definition at line 1457 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_CLK_ENABLE | ( | ) |
Definition at line 1457 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOELPEN) |
Definition at line 5664 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOELPEN) |
Definition at line 5664 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOELPEN) |
Definition at line 5631 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOELPEN) |
Definition at line 5631 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOERST) |
Definition at line 4855 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOERST) |
Definition at line 4855 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOEEN) == 0U) |
Definition at line 1661 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOEEN) == 0U) |
Definition at line 1661 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOEEN) != 0U) |
Definition at line 1628 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOEEN) != 0U) |
Definition at line 1628 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOELPEN)) == 0U) |
Definition at line 5738 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOELPEN)) == 0U) |
Definition at line 5738 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOELPEN)) != 0U) |
Definition at line 5705 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOELPEN)) != 0U) |
Definition at line 5705 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOERST) |
Definition at line 4885 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOE_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOERST) |
Definition at line 4885 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOFEN) |
Definition at line 1589 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOFEN) |
Definition at line 1589 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_CLK_ENABLE | ( | ) |
Definition at line 1465 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_CLK_ENABLE | ( | ) |
Definition at line 1465 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOFLPEN) |
Definition at line 5665 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOFLPEN) |
Definition at line 5665 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOFLPEN) |
Definition at line 5632 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOFLPEN) |
Definition at line 5632 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOFRST) |
Definition at line 4856 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOFRST) |
Definition at line 4856 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOFEN) == 0U) |
Definition at line 1662 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOFEN) == 0U) |
Definition at line 1662 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOFEN) != 0U) |
Definition at line 1629 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOFEN) != 0U) |
Definition at line 1629 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOFLPEN)) == 0U) |
Definition at line 5739 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOFLPEN)) == 0U) |
Definition at line 5739 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOFLPEN)) != 0U) |
Definition at line 5706 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOFLPEN)) != 0U) |
Definition at line 5706 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOFRST) |
Definition at line 4886 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOF_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOFRST) |
Definition at line 4886 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOGEN) |
Definition at line 1590 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOGEN) |
Definition at line 1590 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_CLK_ENABLE | ( | ) |
Definition at line 1473 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_CLK_ENABLE | ( | ) |
Definition at line 1473 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOGLPEN) |
Definition at line 5666 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOGLPEN) |
Definition at line 5666 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOGLPEN) |
Definition at line 5633 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOGLPEN) |
Definition at line 5633 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOGRST) |
Definition at line 4857 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOGRST) |
Definition at line 4857 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOGEN) == 0U) |
Definition at line 1663 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOGEN) == 0U) |
Definition at line 1663 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOGEN) != 0U) |
Definition at line 1630 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOGEN) != 0U) |
Definition at line 1630 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOGLPEN)) == 0U) |
Definition at line 5740 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOGLPEN)) == 0U) |
Definition at line 5740 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOGLPEN)) != 0U) |
Definition at line 5707 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOGLPEN)) != 0U) |
Definition at line 5707 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOGRST) |
Definition at line 4887 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOG_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOGRST) |
Definition at line 4887 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOHEN) |
Definition at line 1591 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOHEN) |
Definition at line 1591 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_CLK_ENABLE | ( | ) |
Definition at line 1481 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_CLK_ENABLE | ( | ) |
Definition at line 1481 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOHLPEN) |
Definition at line 5667 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOHLPEN) |
Definition at line 5667 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOHLPEN) |
Definition at line 5634 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOHLPEN) |
Definition at line 5634 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOHRST) |
Definition at line 4858 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOHRST) |
Definition at line 4858 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOHEN) == 0U) |
Definition at line 1664 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOHEN) == 0U) |
Definition at line 1664 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOHEN) != 0U) |
Definition at line 1631 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOHEN) != 0U) |
Definition at line 1631 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOHLPEN)) == 0U) |
Definition at line 5741 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOHLPEN)) == 0U) |
Definition at line 5741 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOHLPEN)) != 0U) |
Definition at line 5708 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOHLPEN)) != 0U) |
Definition at line 5708 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOHRST) |
Definition at line 4888 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOH_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOHRST) |
Definition at line 4888 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOJEN) |
Definition at line 1595 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOJEN) |
Definition at line 1595 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_CLK_ENABLE | ( | ) |
Definition at line 1499 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_CLK_ENABLE | ( | ) |
Definition at line 1499 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOJLPEN) |
Definition at line 5671 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOJLPEN) |
Definition at line 5671 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOJLPEN) |
Definition at line 5638 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOJLPEN) |
Definition at line 5638 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOJRST) |
Definition at line 4862 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOJRST) |
Definition at line 4862 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOJEN) == 0U) |
Definition at line 1668 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOJEN) == 0U) |
Definition at line 1668 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOJEN) != 0U) |
Definition at line 1635 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOJEN) != 0U) |
Definition at line 1635 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOJLPEN)) == 0U) |
Definition at line 5745 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOJLPEN)) == 0U) |
Definition at line 5745 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOJLPEN)) != 0U) |
Definition at line 5712 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOJLPEN)) != 0U) |
Definition at line 5712 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOJRST) |
Definition at line 4892 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOJ_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOJRST) |
Definition at line 4892 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOKEN) |
Definition at line 1596 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_CLK_DISABLE | ( | ) | (RCC->AHB4ENR) &= ~ (RCC_AHB4ENR_GPIOKEN) |
Definition at line 1596 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_CLK_ENABLE | ( | ) |
Definition at line 1507 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_CLK_ENABLE | ( | ) |
Definition at line 1507 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOKLPEN) |
Definition at line 5672 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB4LPENR) &= ~ (RCC_AHB4LPENR_GPIOKLPEN) |
Definition at line 5672 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOKLPEN) |
Definition at line 5639 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB4LPENR) |= (RCC_AHB4LPENR_GPIOKLPEN) |
Definition at line 5639 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOKRST) |
Definition at line 4863 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_FORCE_RESET | ( | ) | (RCC->AHB4RSTR) |= (RCC_AHB4RSTR_GPIOKRST) |
Definition at line 4863 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOKEN) == 0U) |
Definition at line 1669 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_IS_CLK_DISABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOKEN) == 0U) |
Definition at line 1669 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOKEN) != 0U) |
Definition at line 1636 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_IS_CLK_ENABLED | ( | ) | ((RCC->AHB4ENR & RCC_AHB4ENR_GPIOKEN) != 0U) |
Definition at line 1636 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOKLPEN)) == 0U) |
Definition at line 5746 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOKLPEN)) == 0U) |
Definition at line 5746 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOKLPEN)) != 0U) |
Definition at line 5713 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB4LPENR & (RCC_AHB4LPENR_GPIOKLPEN)) != 0U) |
Definition at line 5713 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOKRST) |
Definition at line 4893 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_GPIOK_RELEASE_RESET | ( | ) | (RCC->AHB4RSTR) &= ~ (RCC_AHB4RSTR_GPIOKRST) |
Definition at line 4893 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSE_CONFIG | ( | __STATE__ | ) |
Macro to configure the External High Speed oscillator (HSE).
<strong>STATE</strong> | specifies the new state of the HSE. This parameter can be one of the following values:
|
Definition at line 7348 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSE_CONFIG | ( | __STATE__ | ) |
Macro to configure the External High Speed oscillator (HSE).
<strong>STATE</strong> | specifies the new state of the HSE. This parameter can be one of the following values:
|
Definition at line 7351 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI48_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_HSI48ON); |
Definition at line 7218 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI48_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_HSI48ON); |
Definition at line 7218 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI48_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_HSI48ON); |
Macro to enable or disable the Internal High Speed oscillator for USB (HSI48).
Definition at line 7216 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI48_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_HSI48ON); |
Macro to enable or disable the Internal High Speed oscillator for USB (HSI48).
Definition at line 7216 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICalibrationValue__ | ) | MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, (uint32_t)(__HSICalibrationValue__) << RCC_HSICFGR_HSITRIM_Pos); |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value.
<strong>HSICalibrationValue</strong> | specifies the calibration trimming value. This parameter must be a number between 0 and 0x7F (3F for Rev Y device). |
Definition at line 7193 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICalibrationValue__ | ) | MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, (uint32_t)(__HSICalibrationValue__) << RCC_HSICFGR_HSITRIM_Pos); |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value.
<strong>HSICalibrationValue</strong> | specifies the calibration trimming value. This parameter must be a number between 0 and 0x7F (3F for Rev Y device). |
Definition at line 7193 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI_CONFIG | ( | __STATE__ | ) | MODIFY_REG(RCC->CR, RCC_CR_HSION | RCC_CR_HSIDIV , (uint32_t)(__STATE__)) |
Enable or disable peripheral bus clock when D3 domain is in DRUN.
Macro to enable or disable the Internal High Speed oscillator (HSI).
<strong>STATE</strong> | specifies the new state of the HSI. This parameter can be one of the following values:
|
Definition at line 7133 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI_CONFIG | ( | __STATE__ | ) | MODIFY_REG(RCC->CR, RCC_CR_HSION | RCC_CR_HSIDIV , (uint32_t)(__STATE__)) |
Enable or disable peripheral bus clock when D3 domain is in DRUN.
Macro to enable or disable the Internal High Speed oscillator (HSI).
<strong>STATE</strong> | specifies the new state of the HSI. This parameter can be one of the following values:
|
Definition at line 7133 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_HSION) |
Definition at line 7163 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_HSION) |
Definition at line 7163 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_HSION) |
Macros to enable or disable the Internal High Speed oscillator (HSI).
Definition at line 7162 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSI_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_HSION) |
Macros to enable or disable the Internal High Speed oscillator (HSI).
Definition at line 7162 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSISTOP_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_HSIKERON) |
Definition at line 7206 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSISTOP_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_HSIKERON) |
Definition at line 7206 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSISTOP_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_HSIKERON) |
Macros to enable or disable the force of the Internal High Speed oscillator (HSI) in STOP mode to be quickly available as kernel clock for some peripherals.
None |
Definition at line 7205 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_HSISTOP_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_HSIKERON) |
Macros to enable or disable the force of the Internal High Speed oscillator (HSI) in STOP mode to be quickly available as kernel clock for some peripherals.
None |
Definition at line 7205 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_I2C1EN) |
Definition at line 2056 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_I2C1EN) |
Definition at line 2056 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_ENABLE | ( | ) |
Definition at line 1908 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_ENABLE | ( | ) |
Definition at line 1908 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_I2C1LPEN) |
Definition at line 5890 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_I2C1LPEN) |
Definition at line 5890 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_I2C1LPEN) |
Definition at line 5845 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_I2C1LPEN) |
Definition at line 5845 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_I2C1RST) |
Definition at line 4961 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_I2C1RST) |
Definition at line 4961 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C1EN) == 0U) |
Definition at line 2147 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C1EN) == 0U) |
Definition at line 2147 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C1EN) != 0U) |
Definition at line 2105 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C1EN) != 0U) |
Definition at line 2105 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C1LPEN)) == 0U) |
Definition at line 5982 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C1LPEN)) == 0U) |
Definition at line 5982 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C1LPEN)) != 0U) |
Definition at line 5940 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C1LPEN)) != 0U) |
Definition at line 5940 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_I2C1RST) |
Definition at line 5002 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C1_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_I2C1RST) |
Definition at line 5002 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_I2C2EN) |
Definition at line 2057 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_I2C2EN) |
Definition at line 2057 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_ENABLE | ( | ) |
Definition at line 1916 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_ENABLE | ( | ) |
Definition at line 1916 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_I2C2LPEN) |
Definition at line 5891 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_I2C2LPEN) |
Definition at line 5891 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_I2C2LPEN) |
Definition at line 5846 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_I2C2LPEN) |
Definition at line 5846 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_I2C2RST) |
Definition at line 4962 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_I2C2RST) |
Definition at line 4962 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C2EN) == 0U) |
Definition at line 2148 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C2EN) == 0U) |
Definition at line 2148 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C2EN) != 0U) |
Definition at line 2106 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C2EN) != 0U) |
Definition at line 2106 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C2LPEN)) == 0U) |
Definition at line 5983 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C2LPEN)) == 0U) |
Definition at line 5983 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C2LPEN)) != 0U) |
Definition at line 5941 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C2LPEN)) != 0U) |
Definition at line 5941 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_I2C2RST) |
Definition at line 5003 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C2_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_I2C2RST) |
Definition at line 5003 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_I2C3EN) |
Definition at line 2058 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_I2C3EN) |
Definition at line 2058 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_CLK_ENABLE | ( | ) |
Definition at line 1924 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_CLK_ENABLE | ( | ) |
Definition at line 1924 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_I2C3LPEN) |
Definition at line 5892 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_I2C3LPEN) |
Definition at line 5892 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_I2C3LPEN) |
Definition at line 5847 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_I2C3LPEN) |
Definition at line 5847 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_I2C3RST) |
Definition at line 4963 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_I2C3RST) |
Definition at line 4963 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C3EN) == 0U) |
Definition at line 2149 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C3EN) == 0U) |
Definition at line 2149 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C3EN) != 0U) |
Definition at line 2107 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_I2C3EN) != 0U) |
Definition at line 2107 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C3LPEN)) == 0U) |
Definition at line 5984 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C3LPEN)) == 0U) |
Definition at line 5984 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C3LPEN)) != 0U) |
Definition at line 5942 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_I2C3LPEN)) != 0U) |
Definition at line 5942 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_I2C3RST) |
Definition at line 5004 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C3_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_I2C3RST) |
Definition at line 5004 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_I2C4EN) |
Definition at line 2553 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_I2C4EN) |
Definition at line 2553 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_CLK_ENABLE | ( | ) |
Definition at line 2442 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_CLK_ENABLE | ( | ) |
Definition at line 2442 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_I2C4LPEN) |
Definition at line 6170 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_I2C4LPEN) |
Definition at line 6170 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_I2C4LPEN) |
Definition at line 6142 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_I2C4LPEN) |
Definition at line 6142 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_I2C4RST) |
Definition at line 5103 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_I2C4RST) |
Definition at line 5103 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_I2C4EN) == 0U) |
Definition at line 2615 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_I2C4EN) == 0U) |
Definition at line 2615 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_I2C4EN) != 0U) |
Definition at line 2587 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_I2C4EN) != 0U) |
Definition at line 2587 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_I2C4LPEN)) == 0U) |
Definition at line 6234 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_I2C4LPEN)) == 0U) |
Definition at line 6234 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_I2C4LPEN)) != 0U) |
Definition at line 6206 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_I2C4LPEN)) != 0U) |
Definition at line 6206 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_I2C4RST) |
Definition at line 5131 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_I2C4_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_I2C4RST) |
Definition at line 5131 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ITCM_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_ITCMLPEN)) |
Definition at line 5246 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ITCM_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_ITCMLPEN)) |
Definition at line 5246 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ITCM_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_ITCMLPEN)) |
Definition at line 5200 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ITCM_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_ITCMLPEN)) |
Definition at line 5200 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ITCM_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_ITCMLPEN) == 0U) |
Definition at line 5343 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ITCM_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_ITCMLPEN) == 0U) |
Definition at line 5343 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ITCM_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_ITCMLPEN) != 0U) |
Definition at line 5299 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_ITCM_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_ITCMLPEN) != 0U) |
Definition at line 5299 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_KERWAKEUPSTOP_CLK_CONFIG | ( | __RCC_STOPKERWUCLK__ | ) | MODIFY_REG(RCC->CFGR, RCC_CFGR_STOPKERWUCK, (__RCC_STOPKERWUCLK__)) |
Macro to configure the Kernel wake up from stop clock.
<strong>RCC_STOPKERWUCLK</strong> | specifies the Kernel clock source used after wake up from stop This parameter can be one of the following values:
|
None |
Definition at line 7777 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_KERWAKEUPSTOP_CLK_CONFIG | ( | __RCC_STOPKERWUCLK__ | ) | MODIFY_REG(RCC->CFGR, RCC_CFGR_STOPKERWUCK, (__RCC_STOPKERWUCLK__)) |
Macro to configure the Kernel wake up from stop clock.
<strong>RCC_STOPKERWUCLK</strong> | specifies the Kernel clock source used after wake up from stop This parameter can be one of the following values:
|
None |
Definition at line 7780 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_LPTIM1EN) |
Definition at line 2043 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_LPTIM1EN) |
Definition at line 2043 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_CLK_ENABLE | ( | ) |
Definition at line 1834 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_CLK_ENABLE | ( | ) |
Definition at line 1834 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_LPTIM1LPEN) |
Definition at line 5877 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_LPTIM1LPEN) |
Definition at line 5877 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_LPTIM1LPEN) |
Definition at line 5832 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_LPTIM1LPEN) |
Definition at line 5832 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_LPTIM1RST) |
Definition at line 4953 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_LPTIM1RST) |
Definition at line 4953 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_LPTIM1EN) == 0U) |
Definition at line 2136 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_LPTIM1EN) == 0U) |
Definition at line 2136 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_LPTIM1EN) != 0U) |
Definition at line 2094 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_LPTIM1EN) != 0U) |
Definition at line 2094 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_LPTIM1LPEN)) == 0U) |
Definition at line 5971 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_LPTIM1LPEN)) == 0U) |
Definition at line 5971 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_LPTIM1LPEN)) != 0U) |
Definition at line 5929 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_LPTIM1LPEN)) != 0U) |
Definition at line 5929 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_LPTIM1RST) |
Definition at line 4994 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM1_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_LPTIM1RST) |
Definition at line 4994 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_LPTIM2EN) |
Definition at line 2554 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_LPTIM2EN) |
Definition at line 2554 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_CLK_ENABLE | ( | ) |
Definition at line 2450 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_CLK_ENABLE | ( | ) |
Definition at line 2450 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_LPTIM2LPEN) |
Definition at line 6171 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_LPTIM2LPEN) |
Definition at line 6171 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_LPTIM2LPEN) |
Definition at line 6143 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_LPTIM2LPEN) |
Definition at line 6143 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_LPTIM2RST) |
Definition at line 5104 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_LPTIM2RST) |
Definition at line 5104 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPTIM2EN) == 0U) |
Definition at line 2616 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPTIM2EN) == 0U) |
Definition at line 2616 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPTIM2EN) != 0U) |
Definition at line 2588 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPTIM2EN) != 0U) |
Definition at line 2588 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPTIM2LPEN)) == 0U) |
Definition at line 6235 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPTIM2LPEN)) == 0U) |
Definition at line 6235 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPTIM2LPEN)) != 0U) |
Definition at line 6207 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPTIM2LPEN)) != 0U) |
Definition at line 6207 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_LPTIM2RST) |
Definition at line 5132 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM2_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_LPTIM2RST) |
Definition at line 5132 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_LPTIM3EN) |
Definition at line 2555 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_LPTIM3EN) |
Definition at line 2555 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_CLK_ENABLE | ( | ) |
Definition at line 2458 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_CLK_ENABLE | ( | ) |
Definition at line 2458 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_LPTIM3LPEN) |
Definition at line 6172 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_LPTIM3LPEN) |
Definition at line 6172 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_LPTIM3LPEN) |
Definition at line 6144 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_LPTIM3LPEN) |
Definition at line 6144 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_LPTIM3RST) |
Definition at line 5105 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_LPTIM3RST) |
Definition at line 5105 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPTIM3EN) == 0U) |
Definition at line 2617 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPTIM3EN) == 0U) |
Definition at line 2617 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPTIM3EN) != 0U) |
Definition at line 2589 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPTIM3EN) != 0U) |
Definition at line 2589 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPTIM3LPEN)) == 0U) |
Definition at line 6236 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPTIM3LPEN)) == 0U) |
Definition at line 6236 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPTIM3LPEN)) != 0U) |
Definition at line 6208 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPTIM3LPEN)) != 0U) |
Definition at line 6208 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_LPTIM3RST) |
Definition at line 5133 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPTIM3_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_LPTIM3RST) |
Definition at line 5133 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_LPUART1EN) |
Definition at line 2551 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_LPUART1EN) |
Definition at line 2551 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_CLK_ENABLE | ( | ) |
Definition at line 2426 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_CLK_ENABLE | ( | ) |
Definition at line 2426 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_LPUART1LPEN) |
Definition at line 6168 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_LPUART1LPEN) |
Definition at line 6168 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_LPUART1LPEN) |
Definition at line 6140 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_LPUART1LPEN) |
Definition at line 6140 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_LPUART1RST) |
Definition at line 5101 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_LPUART1RST) |
Definition at line 5101 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPUART1EN) == 0U) |
Definition at line 2613 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPUART1EN) == 0U) |
Definition at line 2613 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPUART1EN) != 0U) |
Definition at line 2585 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_LPUART1EN) != 0U) |
Definition at line 2585 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPUART1LPEN)) == 0U) |
Definition at line 6232 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPUART1LPEN)) == 0U) |
Definition at line 6232 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPUART1LPEN)) != 0U) |
Definition at line 6204 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_LPUART1LPEN)) != 0U) |
Definition at line 6204 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_LPUART1RST) |
Definition at line 5129 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LPUART1_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_LPUART1RST) |
Definition at line 5129 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LSEDRIVE_CONFIG | ( | __LSEDRIVE__ | ) | MODIFY_REG(RCC->BDCR, RCC_BDCR_LSEDRV, (uint32_t)(__LSEDRIVE__)); |
Macro to configure the External Low Speed oscillator (LSE) drive capability.
<strong>LSEDRIVE</strong> | specifies the new state of the LSE drive capability. This parameter can be one of the following values:
|
None |
Definition at line 7755 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LSEDRIVE_CONFIG | ( | __LSEDRIVE__ | ) | MODIFY_REG(RCC->BDCR, RCC_BDCR_LSEDRV, (uint32_t)(__LSEDRIVE__)); |
Macro to configure the External Low Speed oscillator (LSE) drive capability.
<strong>LSEDRIVE</strong> | specifies the new state of the LSE drive capability. This parameter can be one of the following values:
|
None |
Definition at line 7758 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LSI_DISABLE | ( | ) | CLEAR_BIT(RCC->CSR, RCC_CSR_LSION) |
Definition at line 7294 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LSI_DISABLE | ( | ) | CLEAR_BIT(RCC->CSR, RCC_CSR_LSION) |
Definition at line 7294 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LSI_ENABLE | ( | ) | SET_BIT(RCC->CSR, RCC_CSR_LSION) |
Macros to enable or disable the Internal Low Speed oscillator (LSI).
Definition at line 7293 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_LSI_ENABLE | ( | ) | SET_BIT(RCC->CSR, RCC_CSR_LSION) |
Macros to enable or disable the Internal Low Speed oscillator (LSI).
Definition at line 7293 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_MDIOSEN) |
Definition at line 2069 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_MDIOSEN) |
Definition at line 2069 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_CLK_ENABLE | ( | ) |
Definition at line 1998 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_CLK_ENABLE | ( | ) |
Definition at line 1998 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_MDIOSLPEN) |
Definition at line 5903 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_MDIOSLPEN) |
Definition at line 5903 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_MDIOSLPEN) |
Definition at line 5858 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_MDIOSLPEN) |
Definition at line 5858 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_MDIOSRST) |
Definition at line 4974 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_MDIOSRST) |
Definition at line 4974 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_MDIOSEN) == 0U) |
Definition at line 2160 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_MDIOSEN) == 0U) |
Definition at line 2160 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_MDIOSEN) != 0U) |
Definition at line 2118 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_MDIOSEN) != 0U) |
Definition at line 2118 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_MDIOSLPEN)) == 0U) |
Definition at line 5995 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_MDIOSLPEN)) == 0U) |
Definition at line 5995 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_MDIOSLPEN)) != 0U) |
Definition at line 5953 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_MDIOSLPEN)) != 0U) |
Definition at line 5953 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_MDIOSRST) |
Definition at line 5015 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDIOS_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_MDIOSRST) |
Definition at line 5015 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_CLK_DISABLE | ( | ) | (RCC->AHB3ENR &= ~ (RCC_AHB3ENR_MDMAEN)) |
Definition at line 873 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_CLK_DISABLE | ( | ) | (RCC->AHB3ENR &= ~ (RCC_AHB3ENR_MDMAEN)) |
Definition at line 873 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_CLK_ENABLE | ( | ) |
Enable or disable the AHB3 peripheral clock.
Definition at line 767 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_CLK_ENABLE | ( | ) |
Enable or disable the AHB3 peripheral clock.
Definition at line 767 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_MDMALPEN)) |
Definition at line 5209 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_MDMALPEN)) |
Definition at line 5209 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_MDMALPEN)) |
Enable or disable the AHB3 peripheral clock during Low Power (Sleep) mode.
Definition at line 5163 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_MDMALPEN)) |
Enable or disable the AHB3 peripheral clock during Low Power (Sleep) mode.
Definition at line 5163 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_FORCE_RESET | ( | ) | (RCC->AHB3RSTR |= (RCC_AHB3RSTR_MDMARST)) |
Definition at line 4671 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_FORCE_RESET | ( | ) | (RCC->AHB3RSTR |= (RCC_AHB3RSTR_MDMARST)) |
Definition at line 4671 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_IS_CLK_DISABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_MDMAEN) == 0U) |
Definition at line 938 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_IS_CLK_DISABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_MDMAEN) == 0U) |
Definition at line 938 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_IS_CLK_ENABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_MDMAEN) != 0U) |
Get the enable or disable status of the AHB3 peripheral clock.
Definition at line 909 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_IS_CLK_ENABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_MDMAEN) != 0U) |
Get the enable or disable status of the AHB3 peripheral clock.
Definition at line 909 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_MDMALPEN) == 0U) |
Definition at line 5306 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_MDMALPEN) == 0U) |
Definition at line 5306 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_MDMALPEN) != 0U) |
Get the enable or disable status of the AHB3 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5262 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_MDMALPEN) != 0U) |
Get the enable or disable status of the AHB3 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5262 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR &= ~ (RCC_AHB3RSTR_MDMARST)) |
Definition at line 4701 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_MDMA_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR &= ~ (RCC_AHB3RSTR_MDMARST)) |
Definition at line 4701 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_OPAMPEN) |
Definition at line 2068 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_OPAMPEN) |
Definition at line 2068 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_CLK_ENABLE | ( | ) |
Definition at line 1990 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_CLK_ENABLE | ( | ) |
Definition at line 1990 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_OPAMPLPEN) |
Definition at line 5902 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_OPAMPLPEN) |
Definition at line 5902 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_OPAMPLPEN) |
Definition at line 5857 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_OPAMPLPEN) |
Definition at line 5857 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_OPAMPRST) |
Definition at line 4973 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_OPAMPRST) |
Definition at line 4973 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_OPAMPEN) == 0U) |
Definition at line 2159 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_OPAMPEN) == 0U) |
Definition at line 2159 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_OPAMPEN) != 0U) |
Definition at line 2117 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_OPAMPEN) != 0U) |
Definition at line 2117 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_OPAMPLPEN)) == 0U) |
Definition at line 5994 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_OPAMPLPEN)) == 0U) |
Definition at line 5994 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_OPAMPLPEN)) != 0U) |
Definition at line 5952 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_OPAMPLPEN)) != 0U) |
Definition at line 5952 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_OPAMPRST) |
Definition at line 5014 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_OPAMP_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_OPAMPRST) |
Definition at line 5014 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_CONFIG | ( | __RCC_PLLSOURCE__, | |
__PLLM1__, | |||
__PLLN1__, | |||
__PLLP1__, | |||
__PLLQ1__, | |||
__PLLR1__ | |||
) |
Macro to configures the main PLL clock source, multiplication and division factors.
<strong>RCC_PLLSOURCE</strong> | specifies the PLL entry clock source. This parameter can be one of the following values:
|
<strong>PLLM1</strong> | specifies the division factor for PLL VCO input clock This parameter must be a number between 1 and 63. |
<strong>PLLN1</strong> | specifies the multiplication factor for PLL VCO output clock This parameter must be a number between 4 and 512 or between 8 and 420(*). |
<strong>PLLP1</strong> | specifies the division factor for system clock. This parameter must be a number between 2 or 1(**) and 128 (where odd numbers are not allowed) |
<strong>PLLQ1</strong> | specifies the division factor for peripheral kernel clocks This parameter must be a number between 1 and 128 |
<strong>PLLR1</strong> | specifies the division factor for peripheral kernel clocks This parameter must be a number between 1 and 128 |
None | (*) : For stm32h7a3xx and stm32h7b3xx family lines. (**): For stm32h72xxx and stm32h73xxx family lines. |
Definition at line 7590 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_CONFIG | ( | __RCC_PLLSOURCE__, | |
__PLLM1__, | |||
__PLLN1__, | |||
__PLLP1__, | |||
__PLLQ1__, | |||
__PLLR1__ | |||
) |
Macro to configures the main PLL clock source, multiplication and division factors.
<strong>RCC_PLLSOURCE</strong> | specifies the PLL entry clock source. This parameter can be one of the following values:
|
<strong>PLLM1</strong> | specifies the division factor for PLL VCO input clock This parameter must be a number between 1 and 63. |
<strong>PLLN1</strong> | specifies the multiplication factor for PLL VCO output clock This parameter must be a number between 4 and 512 or between 8 and 420(*). |
<strong>PLLP1</strong> | specifies the division factor for system clock. This parameter must be a number between 2 or 1(**) and 128 (where odd numbers are not allowed) |
<strong>PLLQ1</strong> | specifies the division factor for peripheral kernel clocks This parameter must be a number between 1 and 128 |
<strong>PLLR1</strong> | specifies the division factor for peripheral kernel clocks This parameter must be a number between 1 and 128 |
None | (*) : For stm32h7a3xx and stm32h7b3xx family lines. (**): For stm32h72xxx and stm32h73xxx family lines. |
Definition at line 7593 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_PLL1ON) |
Definition at line 7515 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_DISABLE | ( | ) | CLEAR_BIT(RCC->CR, RCC_CR_PLL1ON) |
Definition at line 7518 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_PLL1ON) |
Macros to enable or disable the main PLL.
Definition at line 7514 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_ENABLE | ( | ) | SET_BIT(RCC->CR, RCC_CR_PLL1ON) |
Macros to enable or disable the main PLL.
Definition at line 7517 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_PLLSOURCE_CONFIG | ( | __PLLSOURCE__ | ) | MODIFY_REG(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC, (__PLLSOURCE__)) |
Macro to configure the PLLs clock source.
<strong>PLLSOURCE</strong> | specifies the PLLs entry clock source. This parameter can be one of the following values:
|
Definition at line 7606 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_PLLSOURCE_CONFIG | ( | __PLLSOURCE__ | ) | MODIFY_REG(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC, (__PLLSOURCE__)) |
Macro to configure the PLLs clock source.
<strong>PLLSOURCE</strong> | specifies the PLLs entry clock source. This parameter can be one of the following values:
|
Definition at line 7609 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_VCIRANGE | ( | __RCC_PLL1VCIRange__ | ) | MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL1RGE, (__RCC_PLL1VCIRange__)) |
Macro to select the PLL1 reference frequency range.
<strong>RCC_PLL1VCIRange</strong> | specifies the PLL1 input frequency range This parameter can be one of the following values:
|
None |
Definition at line 7637 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_VCIRANGE | ( | __RCC_PLL1VCIRange__ | ) | MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL1RGE, (__RCC_PLL1VCIRange__)) |
Macro to select the PLL1 reference frequency range.
<strong>RCC_PLL1VCIRange</strong> | specifies the PLL1 input frequency range This parameter can be one of the following values:
|
None |
Definition at line 7640 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_VCORANGE | ( | __RCC_PLL1VCORange__ | ) | MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL1VCOSEL, (__RCC_PLL1VCORange__)) |
Macro to select the PLL1 reference frequency range.
<strong>RCC_PLL1VCORange</strong> | specifies the PLL1 input frequency range This parameter can be one of the following values:
|
None |
Definition at line 7651 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLL_VCORANGE | ( | __RCC_PLL1VCORange__ | ) | MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL1VCOSEL, (__RCC_PLL1VCORange__)) |
Macro to select the PLL1 reference frequency range.
<strong>RCC_PLL1VCORange</strong> | specifies the PLL1 input frequency range This parameter can be one of the following values:
|
None |
Definition at line 7654 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLCLKOUT_DISABLE | ( | __RCC_PLL1ClockOut__ | ) | CLEAR_BIT(RCC->PLLCFGR, (__RCC_PLL1ClockOut__)) |
Definition at line 7536 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLCLKOUT_DISABLE | ( | __RCC_PLL1ClockOut__ | ) | CLEAR_BIT(RCC->PLLCFGR, (__RCC_PLL1ClockOut__)) |
Definition at line 7539 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLCLKOUT_ENABLE | ( | __RCC_PLL1ClockOut__ | ) | SET_BIT(RCC->PLLCFGR, (__RCC_PLL1ClockOut__)) |
Enables or disables each clock output (PLL_P_CLK, PLL_Q_CLK, PLL_R_CLK)
<strong>RCC_PLL1ClockOut</strong> | specifies the PLL clock to be outputted This parameter can be one of the following values:
|
None |
Definition at line 7534 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLCLKOUT_ENABLE | ( | __RCC_PLL1ClockOut__ | ) | SET_BIT(RCC->PLLCFGR, (__RCC_PLL1ClockOut__)) |
Enables or disables each clock output (PLL_P_CLK, PLL_Q_CLK, PLL_R_CLK)
<strong>RCC_PLL1ClockOut</strong> | specifies the PLL clock to be outputted This parameter can be one of the following values:
|
None |
Definition at line 7537 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLFRACN_CONFIG | ( | __RCC_PLL1FRACN__ | ) | MODIFY_REG(RCC->PLL1FRACR, RCC_PLL1FRACR_FRACN1, (uint32_t)(__RCC_PLL1FRACN__) << RCC_PLL1FRACR_FRACN1_Pos) |
Macro to configures the main PLL clock Fractional Part Of The Multiplication Factor.
<strong>RCC_PLL1FRACN</strong> | specifies Fractional Part Of The Multiplication Factor for PLL1 VCO It should be a value between 0 and 8191 |
(*) : For stm32h7a3xx and stm32h7b3xx family lines.
None |
Definition at line 7625 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLFRACN_CONFIG | ( | __RCC_PLL1FRACN__ | ) | MODIFY_REG(RCC->PLL1FRACR, RCC_PLL1FRACR_FRACN1, (uint32_t)(__RCC_PLL1FRACN__) << RCC_PLL1FRACR_FRACN1_Pos) |
Macro to configures the main PLL clock Fractional Part Of The Multiplication Factor.
<strong>RCC_PLL1FRACN</strong> | specifies Fractional Part Of The Multiplication Factor for PLL1 VCO It should be a value between 0 and 8191 |
(*) : For stm32h7a3xx and stm32h7b3xx family lines.
None |
Definition at line 7628 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLFRACN_DISABLE | ( | ) | CLEAR_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN) |
Definition at line 7546 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLFRACN_DISABLE | ( | ) | CLEAR_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN) |
Definition at line 7549 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLFRACN_ENABLE | ( | ) | SET_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN) |
Enables or disables Fractional Part Of The Multiplication Factor of PLL1 VCO.
None |
Definition at line 7544 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_PLLFRACN_ENABLE | ( | ) | SET_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN) |
Enables or disables Fractional Part Of The Multiplication Factor of PLL1 VCO.
None |
Definition at line 7547 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_RNGEN)) |
Definition at line 1305 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_RNGEN)) |
Definition at line 1305 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_CLK_ENABLE | ( | ) |
Definition at line 1191 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_CLK_ENABLE | ( | ) |
Definition at line 1191 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_RNGLPEN)) |
Definition at line 5513 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_RNGLPEN)) |
Definition at line 5513 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_RNGLPEN)) |
Definition at line 5476 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_RNGLPEN)) |
Definition at line 5476 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_FORCE_RESET | ( | ) | (RCC->AHB2RSTR |= (RCC_AHB2RSTR_RNGRST)) |
Definition at line 4797 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_FORCE_RESET | ( | ) | (RCC->AHB2RSTR |= (RCC_AHB2RSTR_RNGRST)) |
Definition at line 4797 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_RNGEN) == 0U) |
Definition at line 1391 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_RNGEN) == 0U) |
Definition at line 1391 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_RNGEN) != 0U) |
Definition at line 1351 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_RNGEN) != 0U) |
Definition at line 1351 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_RNGLPEN)) == 0U) |
Definition at line 5594 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_RNGLPEN)) == 0U) |
Definition at line 5594 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_RNGLPEN)) != 0U) |
Definition at line 5557 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_RNGLPEN)) != 0U) |
Definition at line 5557 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_RELEASE_RESET | ( | ) | (RCC->AHB2RSTR &= ~ (RCC_AHB2RSTR_RNGRST)) |
Definition at line 4825 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RNG_RELEASE_RESET | ( | ) | (RCC->AHB2RSTR &= ~ (RCC_AHB2RSTR_RNGRST)) |
Definition at line 4825 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_RTCAPBEN) |
Definition at line 2567 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_RTCAPBEN) |
Definition at line 2567 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLK_ENABLE | ( | ) |
Definition at line 2522 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLK_ENABLE | ( | ) |
Definition at line 2522 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_RTCAPBLPEN) |
Definition at line 6184 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_RTCAPBLPEN) |
Definition at line 6184 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_RTCAPBLPEN) |
Definition at line 6156 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_RTCAPBLPEN) |
Definition at line 6156 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLKPRESCALER | ( | __RTCCLKSource__ | ) |
Macros to configure the RTC clock (RTCCLK).
<strong>RTCCLKSource</strong> | specifies the RTC clock source. This parameter can be one of the following values:
|
Definition at line 7489 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CLKPRESCALER | ( | __RTCCLKSource__ | ) |
Macros to configure the RTC clock (RTCCLK).
<strong>RTCCLKSource</strong> | specifies the RTC clock source. This parameter can be one of the following values:
|
Definition at line 7492 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CONFIG | ( | __RTCCLKSource__ | ) |
Definition at line 7492 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_CONFIG | ( | __RTCCLKSource__ | ) |
Definition at line 7495 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_DISABLE | ( | ) | CLEAR_BIT(RCC->BDCR, RCC_BDCR_RTCEN) |
Definition at line 7466 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_DISABLE | ( | ) | CLEAR_BIT(RCC->BDCR, RCC_BDCR_RTCEN) |
Definition at line 7469 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_ENABLE | ( | ) | SET_BIT(RCC->BDCR, RCC_BDCR_RTCEN) |
Macros to enable or disable the the RTC clock.
Definition at line 7465 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_ENABLE | ( | ) | SET_BIT(RCC->BDCR, RCC_BDCR_RTCEN) |
Macros to enable or disable the the RTC clock.
Definition at line 7468 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_RTCAPBEN) == 0U) |
Definition at line 2629 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_RTCAPBEN) == 0U) |
Definition at line 2629 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_RTCAPBEN) != 0U) |
Definition at line 2601 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_RTCAPBEN) != 0U) |
Definition at line 2601 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_RTCAPBLPEN)) == 0U) |
Definition at line 6248 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_RTCAPBLPEN)) == 0U) |
Definition at line 6248 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_RTCAPBLPEN)) != 0U) |
Definition at line 6220 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_RTC_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_RTCAPBLPEN)) != 0U) |
Definition at line 6220 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SAI1EN) |
Definition at line 2338 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SAI1EN) |
Definition at line 2338 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_CLK_ENABLE | ( | ) |
Definition at line 2276 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_CLK_ENABLE | ( | ) |
Definition at line 2276 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_SAI1LPEN) |
Definition at line 6056 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_SAI1LPEN) |
Definition at line 6056 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_SAI1LPEN) |
Definition at line 6028 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_SAI1LPEN) |
Definition at line 6028 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_SAI1RST) |
Definition at line 5049 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_SAI1RST) |
Definition at line 5049 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SAI1EN) == 0U) |
Definition at line 2400 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SAI1EN) == 0U) |
Definition at line 2400 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SAI1EN) != 0U) |
Definition at line 2372 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SAI1EN) != 0U) |
Definition at line 2372 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SAI1LPEN)) == 0U) |
Definition at line 6120 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SAI1LPEN)) == 0U) |
Definition at line 6120 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SAI1LPEN)) != 0U) |
Definition at line 6092 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SAI1LPEN)) != 0U) |
Definition at line 6092 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_SAI1RST) |
Definition at line 5078 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SAI1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_SAI1RST) |
Definition at line 5078 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_CLK_DISABLE | ( | ) | (RCC->AHB3ENR &= ~ (RCC_AHB3ENR_SDMMC1EN)) |
Definition at line 889 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_CLK_DISABLE | ( | ) | (RCC->AHB3ENR &= ~ (RCC_AHB3ENR_SDMMC1EN)) |
Definition at line 889 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_CLK_ENABLE | ( | ) |
Definition at line 864 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_CLK_ENABLE | ( | ) |
Definition at line 864 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_SDMMC1LPEN)) |
Definition at line 5219 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB3LPENR &= ~ (RCC_AHB3LPENR_SDMMC1LPEN)) |
Definition at line 5219 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_SDMMC1LPEN)) |
Definition at line 5173 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB3LPENR |= (RCC_AHB3LPENR_SDMMC1LPEN)) |
Definition at line 5173 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_FORCE_RESET | ( | ) | (RCC->AHB3RSTR |= (RCC_AHB3RSTR_SDMMC1RST)) |
Definition at line 4683 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_FORCE_RESET | ( | ) | (RCC->AHB3RSTR |= (RCC_AHB3RSTR_SDMMC1RST)) |
Definition at line 4683 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_IS_CLK_DISABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_SDMMC1EN) == 0U) |
Definition at line 947 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_IS_CLK_DISABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_SDMMC1EN) == 0U) |
Definition at line 947 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_IS_CLK_ENABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_SDMMC1EN) != 0U) |
Definition at line 924 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_IS_CLK_ENABLED | ( | ) | ((RCC->AHB3ENR & RCC_AHB3ENR_SDMMC1EN) != 0U) |
Definition at line 924 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_SDMMC1LPEN) == 0U) |
Definition at line 5316 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_SDMMC1LPEN) == 0U) |
Definition at line 5316 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_SDMMC1LPEN) != 0U) |
Definition at line 5272 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB3LPENR & RCC_AHB3LPENR_SDMMC1LPEN) != 0U) |
Definition at line 5272 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR &= ~ (RCC_AHB3RSTR_SDMMC1RST)) |
Definition at line 4713 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC1_RELEASE_RESET | ( | ) | (RCC->AHB3RSTR &= ~ (RCC_AHB3RSTR_SDMMC1RST)) |
Definition at line 4713 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_SDMMC2EN)) |
Definition at line 1306 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_CLK_DISABLE | ( | ) | (RCC->AHB2ENR &= ~ (RCC_AHB2ENR_SDMMC2EN)) |
Definition at line 1306 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_CLK_ENABLE | ( | ) |
Definition at line 1199 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_CLK_ENABLE | ( | ) |
Definition at line 1199 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_SDMMC2LPEN)) |
Definition at line 5514 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB2LPENR &= ~ (RCC_AHB2LPENR_SDMMC2LPEN)) |
Definition at line 5514 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_SDMMC2LPEN)) |
Definition at line 5477 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB2LPENR |= (RCC_AHB2LPENR_SDMMC2LPEN)) |
Definition at line 5477 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_FORCE_RESET | ( | ) | (RCC->AHB2RSTR |= (RCC_AHB2RSTR_SDMMC2RST)) |
Definition at line 4798 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_FORCE_RESET | ( | ) | (RCC->AHB2RSTR |= (RCC_AHB2RSTR_SDMMC2RST)) |
Definition at line 4798 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_SDMMC2EN) == 0U) |
Definition at line 1392 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_IS_CLK_DISABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_SDMMC2EN) == 0U) |
Definition at line 1392 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_SDMMC2EN) != 0U) |
Definition at line 1352 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_IS_CLK_ENABLED | ( | ) | ((RCC->AHB2ENR & RCC_AHB2ENR_SDMMC2EN) != 0U) |
Definition at line 1352 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_SDMMC2LPEN)) == 0U) |
Definition at line 5598 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_SDMMC2LPEN)) == 0U) |
Definition at line 5598 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_SDMMC2LPEN)) != 0U) |
Definition at line 5558 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB2LPENR & (RCC_AHB2LPENR_SDMMC2LPEN)) != 0U) |
Definition at line 5558 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_RELEASE_RESET | ( | ) | (RCC->AHB2RSTR &= ~ (RCC_AHB2RSTR_SDMMC2RST)) |
Definition at line 4826 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SDMMC2_RELEASE_RESET | ( | ) | (RCC->AHB2RSTR &= ~ (RCC_AHB2RSTR_SDMMC2RST)) |
Definition at line 4826 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_SPDIFRXEN) |
Definition at line 2051 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_SPDIFRXEN) |
Definition at line 2051 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_CLK_ENABLE | ( | ) |
Definition at line 1868 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_CLK_ENABLE | ( | ) |
Definition at line 1868 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_SPDIFRXLPEN) |
Definition at line 5885 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_SPDIFRXLPEN) |
Definition at line 5885 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_SPDIFRXLPEN) |
Definition at line 5840 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_SPDIFRXLPEN) |
Definition at line 5840 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_SPDIFRXRST) |
Definition at line 4956 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_SPDIFRXRST) |
Definition at line 4956 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPDIFRXEN) == 0U) |
Definition at line 2142 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPDIFRXEN) == 0U) |
Definition at line 2142 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPDIFRXEN) != 0U) |
Definition at line 2100 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPDIFRXEN) != 0U) |
Definition at line 2100 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPDIFRXLPEN)) == 0U) |
Definition at line 5977 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPDIFRXLPEN)) == 0U) |
Definition at line 5977 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPDIFRXLPEN)) != 0U) |
Definition at line 5935 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPDIFRXLPEN)) != 0U) |
Definition at line 5935 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_SPDIFRXRST) |
Definition at line 4997 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPDIFRX_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_SPDIFRXRST) |
Definition at line 4997 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SPI1EN) |
Definition at line 2332 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SPI1EN) |
Definition at line 2332 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_CLK_ENABLE | ( | ) |
Definition at line 2228 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_CLK_ENABLE | ( | ) |
Definition at line 2228 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_SPI1LPEN) |
Definition at line 6050 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_SPI1LPEN) |
Definition at line 6050 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_SPI1LPEN) |
Definition at line 6022 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_SPI1LPEN) |
Definition at line 6022 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_SPI1RST) |
Definition at line 5043 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_SPI1RST) |
Definition at line 5043 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI1EN) == 0U) |
Definition at line 2394 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI1EN) == 0U) |
Definition at line 2394 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI1EN) != 0U) |
Definition at line 2366 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI1EN) != 0U) |
Definition at line 2366 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI1LPEN)) == 0U) |
Definition at line 6114 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI1LPEN)) == 0U) |
Definition at line 6114 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI1LPEN)) != 0U) |
Definition at line 6086 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI1LPEN)) != 0U) |
Definition at line 6086 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_SPI1RST) |
Definition at line 5072 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_SPI1RST) |
Definition at line 5072 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_SPI2EN) |
Definition at line 2049 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_SPI2EN) |
Definition at line 2049 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_ENABLE | ( | ) |
Definition at line 1852 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_ENABLE | ( | ) |
Definition at line 1852 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_SPI2LPEN) |
Definition at line 5883 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_SPI2LPEN) |
Definition at line 5883 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_SPI2LPEN) |
Definition at line 5838 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_SPI2LPEN) |
Definition at line 5838 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_SPI2RST) |
Definition at line 4954 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_SPI2RST) |
Definition at line 4954 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPI2EN) == 0U) |
Definition at line 2140 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPI2EN) == 0U) |
Definition at line 2140 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPI2EN) != 0U) |
Definition at line 2098 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPI2EN) != 0U) |
Definition at line 2098 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPI2LPEN)) == 0U) |
Definition at line 5975 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPI2LPEN)) == 0U) |
Definition at line 5975 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPI2LPEN)) != 0U) |
Definition at line 5933 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPI2LPEN)) != 0U) |
Definition at line 5933 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_SPI2RST) |
Definition at line 4995 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI2_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_SPI2RST) |
Definition at line 4995 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_SPI3EN) |
Definition at line 2050 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_SPI3EN) |
Definition at line 2050 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_CLK_ENABLE | ( | ) |
Definition at line 1860 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_CLK_ENABLE | ( | ) |
Definition at line 1860 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_SPI3LPEN) |
Definition at line 5884 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_SPI3LPEN) |
Definition at line 5884 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_SPI3LPEN) |
Definition at line 5839 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_SPI3LPEN) |
Definition at line 5839 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_SPI3RST) |
Definition at line 4955 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_SPI3RST) |
Definition at line 4955 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPI3EN) == 0U) |
Definition at line 2141 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPI3EN) == 0U) |
Definition at line 2141 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPI3EN) != 0U) |
Definition at line 2099 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_SPI3EN) != 0U) |
Definition at line 2099 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPI3LPEN)) == 0U) |
Definition at line 5976 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPI3LPEN)) == 0U) |
Definition at line 5976 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPI3LPEN)) != 0U) |
Definition at line 5934 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_SPI3LPEN)) != 0U) |
Definition at line 5934 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_SPI3RST) |
Definition at line 4996 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI3_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_SPI3RST) |
Definition at line 4996 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SPI4EN) |
Definition at line 2333 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SPI4EN) |
Definition at line 2333 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_CLK_ENABLE | ( | ) |
Definition at line 2236 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_CLK_ENABLE | ( | ) |
Definition at line 2236 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_SPI4LPEN) |
Definition at line 6051 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_SPI4LPEN) |
Definition at line 6051 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_SPI4LPEN) |
Definition at line 6023 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_SPI4LPEN) |
Definition at line 6023 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_SPI4RST) |
Definition at line 5044 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_SPI4RST) |
Definition at line 5044 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI4EN) == 0U) |
Definition at line 2395 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI4EN) == 0U) |
Definition at line 2395 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI4EN) != 0U) |
Definition at line 2367 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI4EN) != 0U) |
Definition at line 2367 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI4LPEN)) == 0U) |
Definition at line 6115 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI4LPEN)) == 0U) |
Definition at line 6115 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI4LPEN)) != 0U) |
Definition at line 6087 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI4LPEN)) != 0U) |
Definition at line 6087 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_SPI4RST) |
Definition at line 5073 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI4_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_SPI4RST) |
Definition at line 5073 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SPI5EN) |
Definition at line 2337 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SPI5EN) |
Definition at line 2337 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_CLK_ENABLE | ( | ) |
Definition at line 2268 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_CLK_ENABLE | ( | ) |
Definition at line 2268 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_SPI5LPEN) |
Definition at line 6055 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_SPI5LPEN) |
Definition at line 6055 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_SPI5LPEN) |
Definition at line 6027 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_SPI5LPEN) |
Definition at line 6027 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_SPI5RST) |
Definition at line 5048 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_SPI5RST) |
Definition at line 5048 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI5EN) == 0U) |
Definition at line 2399 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI5EN) == 0U) |
Definition at line 2399 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI5EN) != 0U) |
Definition at line 2371 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_SPI5EN) != 0U) |
Definition at line 2371 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI5LPEN)) == 0U) |
Definition at line 6119 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI5LPEN)) == 0U) |
Definition at line 6119 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI5LPEN)) != 0U) |
Definition at line 6091 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_SPI5LPEN)) != 0U) |
Definition at line 6091 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_SPI5RST) |
Definition at line 5077 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI5_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_SPI5RST) |
Definition at line 5077 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_SPI6EN) |
Definition at line 2552 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_SPI6EN) |
Definition at line 2552 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_CLK_ENABLE | ( | ) |
Definition at line 2434 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_CLK_ENABLE | ( | ) |
Definition at line 2434 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_SPI6LPEN) |
Definition at line 6169 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_SPI6LPEN) |
Definition at line 6169 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_SPI6LPEN) |
Definition at line 6141 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_SPI6LPEN) |
Definition at line 6141 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_SPI6RST) |
Definition at line 5102 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_SPI6RST) |
Definition at line 5102 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_SPI6EN) == 0U) |
Definition at line 2614 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_SPI6EN) == 0U) |
Definition at line 2614 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_SPI6EN) != 0U) |
Definition at line 2586 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_SPI6EN) != 0U) |
Definition at line 2586 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_SPI6LPEN)) == 0U) |
Definition at line 6233 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_SPI6LPEN)) == 0U) |
Definition at line 6233 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_SPI6LPEN)) != 0U) |
Definition at line 6205 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_SPI6LPEN)) != 0U) |
Definition at line 6205 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_SPI6RST) |
Definition at line 5130 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SPI6_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_SPI6RST) |
Definition at line 5130 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_SWPMIEN) |
Definition at line 2067 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_CLK_DISABLE | ( | ) | (RCC->APB1HENR) &= ~ (RCC_APB1HENR_SWPMIEN) |
Definition at line 2067 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_CLK_ENABLE | ( | ) |
Definition at line 1982 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_CLK_ENABLE | ( | ) |
Definition at line 1982 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_SWPMILPEN) |
Definition at line 5901 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1HLPENR) &= ~ (RCC_APB1HLPENR_SWPMILPEN) |
Definition at line 5901 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_SWPMILPEN) |
Definition at line 5856 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1HLPENR) |= (RCC_APB1HLPENR_SWPMILPEN) |
Definition at line 5856 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_SWPMIRST) |
Definition at line 4972 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_FORCE_RESET | ( | ) | (RCC->APB1HRSTR) |= (RCC_APB1HRSTR_SWPMIRST) |
Definition at line 4972 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_SWPMIEN) == 0U) |
Definition at line 2158 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_IS_CLK_DISABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_SWPMIEN) == 0U) |
Definition at line 2158 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_SWPMIEN) != 0U) |
Definition at line 2116 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_IS_CLK_ENABLED | ( | ) | ((RCC->APB1HENR & RCC_APB1HENR_SWPMIEN) != 0U) |
Definition at line 2116 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_SWPMILPEN)) == 0U) |
Definition at line 5993 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_SWPMILPEN)) == 0U) |
Definition at line 5993 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_SWPMILPEN)) != 0U) |
Definition at line 5951 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1HLPENR & (RCC_APB1HLPENR_SWPMILPEN)) != 0U) |
Definition at line 5951 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_SWPMIRST) |
Definition at line 5013 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SWPMI1_RELEASE_RESET | ( | ) | (RCC->APB1HRSTR) &= ~ (RCC_APB1HRSTR_SWPMIRST) |
Definition at line 5013 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_SYSCFGEN) |
Definition at line 2550 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_SYSCFGEN) |
Definition at line 2550 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_CLK_ENABLE | ( | ) |
Enable or disable the APB4 peripheral clock.
Definition at line 2418 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_CLK_ENABLE | ( | ) |
Enable or disable the APB4 peripheral clock.
Definition at line 2418 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_SYSCFGLPEN) |
Definition at line 6167 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_SYSCFGLPEN) |
Definition at line 6167 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_SYSCFGLPEN) |
ENABLE or disable the APB4 peripheral clock during Low Power (Sleep) mode.
Definition at line 6139 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_SYSCFGLPEN) |
ENABLE or disable the APB4 peripheral clock during Low Power (Sleep) mode.
Definition at line 6139 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_SYSCFGRST) |
Definition at line 5100 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_SYSCFGRST) |
Definition at line 5100 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_SYSCFGEN) == 0U) |
Definition at line 2612 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_SYSCFGEN) == 0U) |
Definition at line 2612 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_SYSCFGEN) != 0U) |
Get the enable or disable status of the APB4 peripheral clock.
Definition at line 2584 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_SYSCFGEN) != 0U) |
Get the enable or disable status of the APB4 peripheral clock.
Definition at line 2584 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_SYSCFGLPEN)) == 0U) |
Definition at line 6231 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_SYSCFGLPEN)) == 0U) |
Definition at line 6231 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_SYSCFGLPEN)) != 0U) |
Get the enable or disable status of the APB4 peripheral clock during Low Poser (Sleep) mode.
Definition at line 6203 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_SYSCFGLPEN)) != 0U) |
Get the enable or disable status of the APB4 peripheral clock during Low Poser (Sleep) mode.
Definition at line 6203 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_SYSCFGRST) |
Definition at line 5128 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCFG_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_SYSCFGRST) |
Definition at line 5128 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCLK_CONFIG | ( | __RCC_SYSCLKSOURCE__ | ) | MODIFY_REG(RCC->CFGR, RCC_CFGR_SW, (__RCC_SYSCLKSOURCE__)) |
Macro to configure the system clock source.
<strong>RCC_SYSCLKSOURCE</strong> | specifies the system clock source. This parameter can be one of the following values:
|
Definition at line 7676 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_SYSCLK_CONFIG | ( | __RCC_SYSCLKSOURCE__ | ) | MODIFY_REG(RCC->CFGR, RCC_CFGR_SW, (__RCC_SYSCLKSOURCE__)) |
Macro to configure the system clock source.
<strong>RCC_SYSCLKSOURCE</strong> | specifies the system clock source. This parameter can be one of the following values:
|
Definition at line 7679 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM12EN) |
Definition at line 2040 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM12EN) |
Definition at line 2040 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_CLK_ENABLE | ( | ) |
Definition at line 1810 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_CLK_ENABLE | ( | ) |
Definition at line 1810 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM12LPEN) |
Definition at line 5874 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM12LPEN) |
Definition at line 5874 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM12LPEN) |
Definition at line 5829 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM12LPEN) |
Definition at line 5829 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM12RST) |
Definition at line 4950 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM12RST) |
Definition at line 4950 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM12EN) == 0U) |
Definition at line 2133 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM12EN) == 0U) |
Definition at line 2133 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM12EN) != 0U) |
Definition at line 2091 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM12EN) != 0U) |
Definition at line 2091 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM12LPEN)) == 0U) |
Definition at line 5968 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM12LPEN)) == 0U) |
Definition at line 5968 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM12LPEN)) != 0U) |
Definition at line 5926 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM12LPEN)) != 0U) |
Definition at line 5926 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM12RST) |
Definition at line 4991 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM12_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM12RST) |
Definition at line 4991 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM13EN) |
Definition at line 2041 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM13EN) |
Definition at line 2041 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_CLK_ENABLE | ( | ) |
Definition at line 1818 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_CLK_ENABLE | ( | ) |
Definition at line 1818 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM13LPEN) |
Definition at line 5875 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM13LPEN) |
Definition at line 5875 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM13LPEN) |
Definition at line 5830 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM13LPEN) |
Definition at line 5830 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM13RST) |
Definition at line 4951 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM13RST) |
Definition at line 4951 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM13EN) == 0U) |
Definition at line 2134 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM13EN) == 0U) |
Definition at line 2134 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM13EN) != 0U) |
Definition at line 2092 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM13EN) != 0U) |
Definition at line 2092 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM13LPEN)) == 0U) |
Definition at line 5969 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM13LPEN)) == 0U) |
Definition at line 5969 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM13LPEN)) != 0U) |
Definition at line 5927 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM13LPEN)) != 0U) |
Definition at line 5927 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM13RST) |
Definition at line 4992 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM13_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM13RST) |
Definition at line 4992 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM14EN) |
Definition at line 2042 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM14EN) |
Definition at line 2042 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_CLK_ENABLE | ( | ) |
Definition at line 1826 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_CLK_ENABLE | ( | ) |
Definition at line 1826 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM14LPEN) |
Definition at line 5876 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM14LPEN) |
Definition at line 5876 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM14LPEN) |
Definition at line 5831 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM14LPEN) |
Definition at line 5831 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM14RST) |
Definition at line 4952 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM14RST) |
Definition at line 4952 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM14EN) == 0U) |
Definition at line 2135 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM14EN) == 0U) |
Definition at line 2135 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM14EN) != 0U) |
Definition at line 2093 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM14EN) != 0U) |
Definition at line 2093 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM14LPEN)) == 0U) |
Definition at line 5970 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM14LPEN)) == 0U) |
Definition at line 5970 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM14LPEN)) != 0U) |
Definition at line 5928 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM14LPEN)) != 0U) |
Definition at line 5928 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM14RST) |
Definition at line 4993 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM14_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM14RST) |
Definition at line 4993 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM15EN) |
Definition at line 2334 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM15EN) |
Definition at line 2334 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_CLK_ENABLE | ( | ) |
Definition at line 2244 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_CLK_ENABLE | ( | ) |
Definition at line 2244 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM15LPEN) |
Definition at line 6052 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM15LPEN) |
Definition at line 6052 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM15LPEN) |
Definition at line 6024 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM15LPEN) |
Definition at line 6024 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM15RST) |
Definition at line 5045 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM15RST) |
Definition at line 5045 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM15EN) == 0U) |
Definition at line 2396 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM15EN) == 0U) |
Definition at line 2396 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM15EN) != 0U) |
Definition at line 2368 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM15EN) != 0U) |
Definition at line 2368 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM15LPEN)) == 0U) |
Definition at line 6116 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM15LPEN)) == 0U) |
Definition at line 6116 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM15LPEN)) != 0U) |
Definition at line 6088 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM15LPEN)) != 0U) |
Definition at line 6088 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM15RST) |
Definition at line 5074 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM15_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM15RST) |
Definition at line 5074 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM16EN) |
Definition at line 2335 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM16EN) |
Definition at line 2335 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_CLK_ENABLE | ( | ) |
Definition at line 2252 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_CLK_ENABLE | ( | ) |
Definition at line 2252 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM16LPEN) |
Definition at line 6053 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM16LPEN) |
Definition at line 6053 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM16LPEN) |
Definition at line 6025 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM16LPEN) |
Definition at line 6025 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM16RST) |
Definition at line 5046 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM16RST) |
Definition at line 5046 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM16EN) == 0U) |
Definition at line 2397 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM16EN) == 0U) |
Definition at line 2397 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM16EN) != 0U) |
Definition at line 2369 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM16EN) != 0U) |
Definition at line 2369 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM16LPEN)) == 0U) |
Definition at line 6117 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM16LPEN)) == 0U) |
Definition at line 6117 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM16LPEN)) != 0U) |
Definition at line 6089 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM16LPEN)) != 0U) |
Definition at line 6089 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM16RST) |
Definition at line 5075 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM16_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM16RST) |
Definition at line 5075 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM17EN) |
Definition at line 2336 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM17EN) |
Definition at line 2336 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_CLK_ENABLE | ( | ) |
Definition at line 2260 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_CLK_ENABLE | ( | ) |
Definition at line 2260 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM17LPEN) |
Definition at line 6054 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM17LPEN) |
Definition at line 6054 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM17LPEN) |
Definition at line 6026 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM17LPEN) |
Definition at line 6026 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM17RST) |
Definition at line 5047 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM17RST) |
Definition at line 5047 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM17EN) == 0U) |
Definition at line 2398 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM17EN) == 0U) |
Definition at line 2398 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM17EN) != 0U) |
Definition at line 2370 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM17EN) != 0U) |
Definition at line 2370 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM17LPEN)) == 0U) |
Definition at line 6118 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM17LPEN)) == 0U) |
Definition at line 6118 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM17LPEN)) != 0U) |
Definition at line 6090 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM17LPEN)) != 0U) |
Definition at line 6090 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM17RST) |
Definition at line 5076 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM17_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM17RST) |
Definition at line 5076 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM1EN) |
Definition at line 2322 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM1EN) |
Definition at line 2322 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_CLK_ENABLE | ( | ) |
Enable or disable the APB2 peripheral clock.
Definition at line 2176 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_CLK_ENABLE | ( | ) |
Enable or disable the APB2 peripheral clock.
Definition at line 2176 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM1LPEN) |
Definition at line 6040 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM1LPEN) |
Definition at line 6040 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM1LPEN) |
ENABLE or disable the APB2 peripheral clock during Low Power (Sleep) mode.
Definition at line 6012 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM1LPEN) |
ENABLE or disable the APB2 peripheral clock during Low Power (Sleep) mode.
Definition at line 6012 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM1RST) |
Definition at line 5033 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM1RST) |
Definition at line 5033 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM1EN) == 0U) |
Definition at line 2384 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM1EN) == 0U) |
Definition at line 2384 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM1EN) != 0U) |
Get the enable or disable status of the APB2 peripheral clock.
Definition at line 2356 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM1EN) != 0U) |
Get the enable or disable status of the APB2 peripheral clock.
Definition at line 2356 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM1LPEN)) == 0U) |
Definition at line 6104 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM1LPEN)) == 0U) |
Definition at line 6104 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM1LPEN)) != 0U) |
Get the enable or disable status of the APB2 peripheral clock during Low Poser (Sleep) mode.
Definition at line 6076 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM1LPEN)) != 0U) |
Get the enable or disable status of the APB2 peripheral clock during Low Poser (Sleep) mode.
Definition at line 6076 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM1RST) |
Definition at line 5062 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM1RST) |
Definition at line 5062 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM2EN) |
Definition at line 2034 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM2EN) |
Definition at line 2034 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_CLK_ENABLE | ( | ) |
Enable or disable the APB1 peripheral clock.
Definition at line 1762 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_CLK_ENABLE | ( | ) |
Enable or disable the APB1 peripheral clock.
Definition at line 1762 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM2LPEN) |
Definition at line 5868 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM2LPEN) |
Definition at line 5868 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM2LPEN) |
ENABLE or disable the APB1 peripheral clock during Low Power (Sleep) mode.
Definition at line 5823 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM2LPEN) |
ENABLE or disable the APB1 peripheral clock during Low Power (Sleep) mode.
Definition at line 5823 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM2RST) |
Definition at line 4944 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM2RST) |
Definition at line 4944 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM2EN) == 0U) |
Definition at line 2127 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM2EN) == 0U) |
Definition at line 2127 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM2EN) != 0U) |
Get the enable or disable status of the APB1 peripheral clock.
Definition at line 2085 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM2EN) != 0U) |
Get the enable or disable status of the APB1 peripheral clock.
Definition at line 2085 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM2LPEN)) == 0U) |
Definition at line 5962 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM2LPEN)) == 0U) |
Definition at line 5962 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM2LPEN)) != 0U) |
Get the enable or disable status of the APB1 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5920 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM2LPEN)) != 0U) |
Get the enable or disable status of the APB1 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5920 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM2RST) |
Definition at line 4985 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM2_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM2RST) |
Definition at line 4985 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM3EN) |
Definition at line 2035 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM3EN) |
Definition at line 2035 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_CLK_ENABLE | ( | ) |
Definition at line 1770 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_CLK_ENABLE | ( | ) |
Definition at line 1770 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM3LPEN) |
Definition at line 5869 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM3LPEN) |
Definition at line 5869 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM3LPEN) |
Definition at line 5824 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM3LPEN) |
Definition at line 5824 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM3RST) |
Definition at line 4945 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM3RST) |
Definition at line 4945 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM3EN) == 0U) |
Definition at line 2128 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM3EN) == 0U) |
Definition at line 2128 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM3EN) != 0U) |
Definition at line 2086 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM3EN) != 0U) |
Definition at line 2086 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM3LPEN)) == 0U) |
Definition at line 5963 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM3LPEN)) == 0U) |
Definition at line 5963 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM3LPEN)) != 0U) |
Definition at line 5921 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM3LPEN)) != 0U) |
Definition at line 5921 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM3RST) |
Definition at line 4986 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM3_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM3RST) |
Definition at line 4986 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM4EN) |
Definition at line 2036 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM4EN) |
Definition at line 2036 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_CLK_ENABLE | ( | ) |
Definition at line 1778 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_CLK_ENABLE | ( | ) |
Definition at line 1778 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM4LPEN) |
Definition at line 5870 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM4LPEN) |
Definition at line 5870 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM4LPEN) |
Definition at line 5825 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM4LPEN) |
Definition at line 5825 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM4RST) |
Definition at line 4946 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM4RST) |
Definition at line 4946 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM4EN) == 0U) |
Definition at line 2129 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM4EN) == 0U) |
Definition at line 2129 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM4EN) != 0U) |
Definition at line 2087 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM4EN) != 0U) |
Definition at line 2087 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM4LPEN)) == 0U) |
Definition at line 5964 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM4LPEN)) == 0U) |
Definition at line 5964 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM4LPEN)) != 0U) |
Definition at line 5922 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM4LPEN)) != 0U) |
Definition at line 5922 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM4RST) |
Definition at line 4987 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM4_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM4RST) |
Definition at line 4987 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM5EN) |
Definition at line 2037 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM5EN) |
Definition at line 2037 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_ENABLE | ( | ) |
Definition at line 1786 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_ENABLE | ( | ) |
Definition at line 1786 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM5LPEN) |
Definition at line 5871 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM5LPEN) |
Definition at line 5871 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM5LPEN) |
Definition at line 5826 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM5LPEN) |
Definition at line 5826 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM5RST) |
Definition at line 4947 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM5RST) |
Definition at line 4947 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM5EN) == 0U) |
Definition at line 2130 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM5EN) == 0U) |
Definition at line 2130 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM5EN) != 0U) |
Definition at line 2088 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM5EN) != 0U) |
Definition at line 2088 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM5LPEN)) == 0U) |
Definition at line 5965 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM5LPEN)) == 0U) |
Definition at line 5965 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM5LPEN)) != 0U) |
Definition at line 5923 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM5LPEN)) != 0U) |
Definition at line 5923 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM5RST) |
Definition at line 4988 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM5_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM5RST) |
Definition at line 4988 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM6EN) |
Definition at line 2038 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM6EN) |
Definition at line 2038 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_CLK_ENABLE | ( | ) |
Definition at line 1794 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_CLK_ENABLE | ( | ) |
Definition at line 1794 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM6LPEN) |
Definition at line 5872 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM6LPEN) |
Definition at line 5872 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM6LPEN) |
Definition at line 5827 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM6LPEN) |
Definition at line 5827 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM6RST) |
Definition at line 4948 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM6RST) |
Definition at line 4948 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM6EN) == 0U) |
Definition at line 2131 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM6EN) == 0U) |
Definition at line 2131 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM6EN) != 0U) |
Definition at line 2089 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM6EN) != 0U) |
Definition at line 2089 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM6LPEN)) == 0U) |
Definition at line 5966 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM6LPEN)) == 0U) |
Definition at line 5966 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM6LPEN)) != 0U) |
Definition at line 5924 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM6LPEN)) != 0U) |
Definition at line 5924 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM6RST) |
Definition at line 4989 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM6_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM6RST) |
Definition at line 4989 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM7EN) |
Definition at line 2039 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM7EN) |
Definition at line 2039 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_CLK_ENABLE | ( | ) |
Definition at line 1802 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_CLK_ENABLE | ( | ) |
Definition at line 1802 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM7LPEN) |
Definition at line 5873 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_TIM7LPEN) |
Definition at line 5873 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM7LPEN) |
Definition at line 5828 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM7LPEN) |
Definition at line 5828 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM7RST) |
Definition at line 4949 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM7RST) |
Definition at line 4949 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM7EN) == 0U) |
Definition at line 2132 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM7EN) == 0U) |
Definition at line 2132 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM7EN) != 0U) |
Definition at line 2090 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_TIM7EN) != 0U) |
Definition at line 2090 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM7LPEN)) == 0U) |
Definition at line 5967 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM7LPEN)) == 0U) |
Definition at line 5967 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM7LPEN)) != 0U) |
Definition at line 5925 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_TIM7LPEN)) != 0U) |
Definition at line 5925 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM7RST) |
Definition at line 4990 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM7_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_TIM7RST) |
Definition at line 4990 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM8EN) |
Definition at line 2323 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_TIM8EN) |
Definition at line 2323 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_CLK_ENABLE | ( | ) |
Definition at line 2184 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_CLK_ENABLE | ( | ) |
Definition at line 2184 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM8LPEN) |
Definition at line 6041 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_TIM8LPEN) |
Definition at line 6041 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM8LPEN) |
Definition at line 6013 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_TIM8LPEN) |
Definition at line 6013 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM8RST) |
Definition at line 5034 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_TIM8RST) |
Definition at line 5034 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM8EN) == 0U) |
Definition at line 2385 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM8EN) == 0U) |
Definition at line 2385 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM8EN) != 0U) |
Definition at line 2357 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_TIM8EN) != 0U) |
Definition at line 2357 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM8LPEN)) == 0U) |
Definition at line 6105 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM8LPEN)) == 0U) |
Definition at line 6105 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM8LPEN)) != 0U) |
Definition at line 6077 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_TIM8LPEN)) != 0U) |
Definition at line 6077 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM8RST) |
Definition at line 5063 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_TIM8_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_TIM8RST) |
Definition at line 5063 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART4EN) |
Definition at line 2054 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART4EN) |
Definition at line 2054 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_CLK_ENABLE | ( | ) |
Definition at line 1892 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_CLK_ENABLE | ( | ) |
Definition at line 1892 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_UART4LPEN) |
Definition at line 5888 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_UART4LPEN) |
Definition at line 5888 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_UART4LPEN) |
Definition at line 5843 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_UART4LPEN) |
Definition at line 5843 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART4RST) |
Definition at line 4959 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART4RST) |
Definition at line 4959 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART4EN) == 0U) |
Definition at line 2145 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART4EN) == 0U) |
Definition at line 2145 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART4EN) != 0U) |
Definition at line 2103 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART4EN) != 0U) |
Definition at line 2103 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART4LPEN)) == 0U) |
Definition at line 5980 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART4LPEN)) == 0U) |
Definition at line 5980 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART4LPEN)) != 0U) |
Definition at line 5938 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART4LPEN)) != 0U) |
Definition at line 5938 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART4RST) |
Definition at line 5000 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART4_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART4RST) |
Definition at line 5000 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART5EN) |
Definition at line 2055 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART5EN) |
Definition at line 2055 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_CLK_ENABLE | ( | ) |
Definition at line 1900 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_CLK_ENABLE | ( | ) |
Definition at line 1900 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_UART5LPEN) |
Definition at line 5889 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_UART5LPEN) |
Definition at line 5889 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_UART5LPEN) |
Definition at line 5844 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_UART5LPEN) |
Definition at line 5844 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART5RST) |
Definition at line 4960 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART5RST) |
Definition at line 4960 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART5EN) == 0U) |
Definition at line 2146 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART5EN) == 0U) |
Definition at line 2146 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART5EN) != 0U) |
Definition at line 2104 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART5EN) != 0U) |
Definition at line 2104 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART5LPEN)) == 0U) |
Definition at line 5981 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART5LPEN)) == 0U) |
Definition at line 5981 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART5LPEN)) != 0U) |
Definition at line 5939 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART5LPEN)) != 0U) |
Definition at line 5939 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART5RST) |
Definition at line 5001 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART5_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART5RST) |
Definition at line 5001 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART7EN) |
Definition at line 2064 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART7EN) |
Definition at line 2064 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_CLK_ENABLE | ( | ) |
Definition at line 1958 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_CLK_ENABLE | ( | ) |
Definition at line 1958 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_UART7LPEN) |
Definition at line 5898 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_UART7LPEN) |
Definition at line 5898 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_UART7LPEN) |
Definition at line 5853 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_UART7LPEN) |
Definition at line 5853 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART7RST) |
Definition at line 4969 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART7RST) |
Definition at line 4969 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART7EN) == 0U) |
Definition at line 2155 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART7EN) == 0U) |
Definition at line 2155 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART7EN) != 0U) |
Definition at line 2113 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART7EN) != 0U) |
Definition at line 2113 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART7LPEN)) == 0U) |
Definition at line 5990 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART7LPEN)) == 0U) |
Definition at line 5990 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART7LPEN)) != 0U) |
Definition at line 5948 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART7LPEN)) != 0U) |
Definition at line 5948 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART7RST) |
Definition at line 5010 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART7_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART7RST) |
Definition at line 5010 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART8EN) |
Definition at line 2065 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART8EN) |
Definition at line 2065 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_CLK_ENABLE | ( | ) |
Definition at line 1966 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_CLK_ENABLE | ( | ) |
Definition at line 1966 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_UART8LPEN) |
Definition at line 5899 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_UART8LPEN) |
Definition at line 5899 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_UART8LPEN) |
Definition at line 5854 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_UART8LPEN) |
Definition at line 5854 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART8RST) |
Definition at line 4970 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART8RST) |
Definition at line 4970 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART8EN) == 0U) |
Definition at line 2156 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART8EN) == 0U) |
Definition at line 2156 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART8EN) != 0U) |
Definition at line 2114 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_UART8EN) != 0U) |
Definition at line 2114 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART8LPEN)) == 0U) |
Definition at line 5991 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART8LPEN)) == 0U) |
Definition at line 5991 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART8LPEN)) != 0U) |
Definition at line 5949 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_UART8LPEN)) != 0U) |
Definition at line 5949 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART8RST) |
Definition at line 5011 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_UART8_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART8RST) |
Definition at line 5011 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_USART1EN) |
Definition at line 2324 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_USART1EN) |
Definition at line 2324 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_CLK_ENABLE | ( | ) |
Definition at line 2192 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_CLK_ENABLE | ( | ) |
Definition at line 2192 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_USART1LPEN) |
Definition at line 6042 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_USART1LPEN) |
Definition at line 6042 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_USART1LPEN) |
Definition at line 6014 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_USART1LPEN) |
Definition at line 6014 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_USART1RST) |
Definition at line 5035 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_USART1RST) |
Definition at line 5035 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_USART1EN) == 0U) |
Definition at line 2386 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_USART1EN) == 0U) |
Definition at line 2386 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_USART1EN) != 0U) |
Definition at line 2358 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_USART1EN) != 0U) |
Definition at line 2358 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_USART1LPEN)) == 0U) |
Definition at line 6106 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_USART1LPEN)) == 0U) |
Definition at line 6106 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_USART1LPEN)) != 0U) |
Definition at line 6078 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_USART1LPEN)) != 0U) |
Definition at line 6078 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_USART1RST) |
Definition at line 5064 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART1_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_USART1RST) |
Definition at line 5064 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_USART2EN) |
Definition at line 2052 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_USART2EN) |
Definition at line 2052 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_ENABLE | ( | ) |
Definition at line 1876 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_ENABLE | ( | ) |
Definition at line 1876 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_USART2LPEN) |
Definition at line 5886 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_USART2LPEN) |
Definition at line 5886 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_USART2LPEN) |
Definition at line 5841 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_USART2LPEN) |
Definition at line 5841 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_USART2RST) |
Definition at line 4957 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_USART2RST) |
Definition at line 4957 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_USART2EN) == 0U) |
Definition at line 2143 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_USART2EN) == 0U) |
Definition at line 2143 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_USART2EN) != 0U) |
Definition at line 2101 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_USART2EN) != 0U) |
Definition at line 2101 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_USART2LPEN)) == 0U) |
Definition at line 5978 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_USART2LPEN)) == 0U) |
Definition at line 5978 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_USART2LPEN)) != 0U) |
Definition at line 5936 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_USART2LPEN)) != 0U) |
Definition at line 5936 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_USART2RST) |
Definition at line 4998 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART2_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_USART2RST) |
Definition at line 4998 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_USART3EN) |
Definition at line 2053 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_CLK_DISABLE | ( | ) | (RCC->APB1LENR) &= ~ (RCC_APB1LENR_USART3EN) |
Definition at line 2053 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_CLK_ENABLE | ( | ) |
Definition at line 1884 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_CLK_ENABLE | ( | ) |
Definition at line 1884 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_USART3LPEN) |
Definition at line 5887 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LLPENR) &= ~ (RCC_APB1LLPENR_USART3LPEN) |
Definition at line 5887 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_USART3LPEN) |
Definition at line 5842 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_USART3LPEN) |
Definition at line 5842 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_USART3RST) |
Definition at line 4958 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_FORCE_RESET | ( | ) | (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_USART3RST) |
Definition at line 4958 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_USART3EN) == 0U) |
Definition at line 2144 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_IS_CLK_DISABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_USART3EN) == 0U) |
Definition at line 2144 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_USART3EN) != 0U) |
Definition at line 2102 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_IS_CLK_ENABLED | ( | ) | ((RCC->APB1LENR & RCC_APB1LENR_USART3EN) != 0U) |
Definition at line 2102 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_USART3LPEN)) == 0U) |
Definition at line 5979 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_USART3LPEN)) == 0U) |
Definition at line 5979 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_USART3LPEN)) != 0U) |
Definition at line 5937 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB1LLPENR & (RCC_APB1LLPENR_USART3LPEN)) != 0U) |
Definition at line 5937 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_USART3RST) |
Definition at line 4999 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART3_RELEASE_RESET | ( | ) | (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_USART3RST) |
Definition at line 4999 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_USART6EN) |
Definition at line 2325 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_CLK_DISABLE | ( | ) | (RCC->APB2ENR) &= ~ (RCC_APB2ENR_USART6EN) |
Definition at line 2325 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_CLK_ENABLE | ( | ) |
Definition at line 2200 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_CLK_ENABLE | ( | ) |
Definition at line 2200 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_USART6LPEN) |
Definition at line 6043 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB2LPENR) &= ~ (RCC_APB2LPENR_USART6LPEN) |
Definition at line 6043 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_USART6LPEN) |
Definition at line 6015 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB2LPENR) |= (RCC_APB2LPENR_USART6LPEN) |
Definition at line 6015 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_USART6RST) |
Definition at line 5036 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_FORCE_RESET | ( | ) | (RCC->APB2RSTR) |= (RCC_APB2RSTR_USART6RST) |
Definition at line 5036 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_USART6EN) == 0U) |
Definition at line 2387 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_IS_CLK_DISABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_USART6EN) == 0U) |
Definition at line 2387 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_USART6EN) != 0U) |
Definition at line 2359 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_IS_CLK_ENABLED | ( | ) | ((RCC->APB2ENR & RCC_APB2ENR_USART6EN) != 0U) |
Definition at line 2359 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_USART6LPEN)) == 0U) |
Definition at line 6107 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_USART6LPEN)) == 0U) |
Definition at line 6107 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_USART6LPEN)) != 0U) |
Definition at line 6079 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB2LPENR & (RCC_APB2LPENR_USART6LPEN)) != 0U) |
Definition at line 6079 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_USART6RST) |
Definition at line 5065 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USART6_RELEASE_RESET | ( | ) | (RCC->APB2RSTR) &= ~ (RCC_APB2RSTR_USART6RST) |
Definition at line 5065 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_USB1OTGHSEN)) |
Definition at line 1090 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_USB1OTGHSEN)) |
Definition at line 1090 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_CLK_ENABLE | ( | ) |
Definition at line 1042 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_CLK_ENABLE | ( | ) |
Definition at line 1042 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_USB1OTGHSLPEN)) |
Definition at line 5396 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_USB1OTGHSLPEN)) |
Definition at line 5396 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_USB1OTGHSLPEN)) |
Definition at line 5373 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_USB1OTGHSLPEN)) |
Definition at line 5373 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_USB1OTGHSRST)) |
Definition at line 4753 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_FORCE_RESET | ( | ) | (RCC->AHB1RSTR |= (RCC_AHB1RSTR_USB1OTGHSRST)) |
Definition at line 4753 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_USB1OTGHSEN) == 0U) |
Definition at line 1138 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_USB1OTGHSEN) == 0U) |
Definition at line 1138 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_USB1OTGHSEN) != 0U) |
Definition at line 1117 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_USB1OTGHSEN) != 0U) |
Definition at line 1117 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_USB1OTGHSLPEN)) == 0U) |
Definition at line 5449 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_USB1OTGHSLPEN)) == 0U) |
Definition at line 5449 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_USB1OTGHSLPEN)) != 0U) |
Definition at line 5426 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_USB1OTGHSLPEN)) != 0U) |
Definition at line 5426 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~ (RCC_AHB1RSTR_USB1OTGHSRST)) |
Definition at line 4771 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_RELEASE_RESET | ( | ) | (RCC->AHB1RSTR &= ~ (RCC_AHB1RSTR_USB1OTGHSRST)) |
Definition at line 4771 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_USB1OTGHSULPIEN)) |
Definition at line 1091 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_CLK_DISABLE | ( | ) | (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_USB1OTGHSULPIEN)) |
Definition at line 1091 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_CLK_ENABLE | ( | ) |
Definition at line 1050 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_CLK_ENABLE | ( | ) |
Definition at line 1050 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_USB1OTGHSULPILPEN)) |
Definition at line 5397 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_CLK_SLEEP_DISABLE | ( | ) | (RCC->AHB1LPENR &= ~ (RCC_AHB1LPENR_USB1OTGHSULPILPEN)) |
Definition at line 5397 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_USB1OTGHSULPILPEN)) |
Definition at line 5374 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_CLK_SLEEP_ENABLE | ( | ) | (RCC->AHB1LPENR |= (RCC_AHB1LPENR_USB1OTGHSULPILPEN)) |
Definition at line 5374 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_USB1OTGHSULPIEN) == 0U) |
Definition at line 1139 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_IS_CLK_DISABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_USB1OTGHSULPIEN) == 0U) |
Definition at line 1139 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_USB1OTGHSULPIEN) != 0U) |
Definition at line 1118 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_IS_CLK_ENABLED | ( | ) | ((RCC->AHB1ENR & RCC_AHB1ENR_USB1OTGHSULPIEN) != 0U) |
Definition at line 1118 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_USB1OTGHSULPILPEN)) == 0U) |
Definition at line 5450 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_USB1OTGHSULPILPEN)) == 0U) |
Definition at line 5450 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_USB1OTGHSULPILPEN)) != 0U) |
Definition at line 5427 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_USB1_OTG_HS_ULPI_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->AHB1LPENR & (RCC_AHB1LPENR_USB1OTGHSULPILPEN)) != 0U) |
Definition at line 5427 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_VREFEN) |
Definition at line 2566 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_CLK_DISABLE | ( | ) | (RCC->APB4ENR) &= ~ (RCC_APB4ENR_VREFEN) |
Definition at line 2566 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_CLK_ENABLE | ( | ) |
Definition at line 2504 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_CLK_ENABLE | ( | ) |
Definition at line 2504 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_VREFLPEN) |
Definition at line 6183 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB4LPENR) &= ~ (RCC_APB4LPENR_VREFLPEN) |
Definition at line 6183 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_VREFLPEN) |
Definition at line 6155 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB4LPENR) |= (RCC_APB4LPENR_VREFLPEN) |
Definition at line 6155 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_VREFRST) |
Definition at line 5116 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_FORCE_RESET | ( | ) | (RCC->APB4RSTR) |= (RCC_APB4RSTR_VREFRST) |
Definition at line 5116 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_VREFEN) == 0U) |
Definition at line 2628 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_IS_CLK_DISABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_VREFEN) == 0U) |
Definition at line 2628 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_VREFEN) != 0U) |
Definition at line 2600 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_IS_CLK_ENABLED | ( | ) | ((RCC->APB4ENR & RCC_APB4ENR_VREFEN) != 0U) |
Definition at line 2600 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_VREFLPEN)) == 0U) |
Definition at line 6247 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_VREFLPEN)) == 0U) |
Definition at line 6247 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_VREFLPEN)) != 0U) |
Definition at line 6219 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB4LPENR & (RCC_APB4LPENR_VREFLPEN)) != 0U) |
Definition at line 6219 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_VREFRST) |
Definition at line 5144 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_VREF_RELEASE_RESET | ( | ) | (RCC->APB4RSTR) &= ~ (RCC_APB4RSTR_VREFRST) |
Definition at line 5144 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WAKEUPSTOP_CLK_CONFIG | ( | __RCC_STOPWUCLK__ | ) | MODIFY_REG(RCC->CFGR, RCC_CFGR_STOPWUCK, (__RCC_STOPWUCLK__)) |
Macro to configure the wake up from stop clock.
<strong>RCC_STOPWUCLK</strong> | specifies the clock source used after wake up from stop This parameter can be one of the following values:
|
None |
Definition at line 7766 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WAKEUPSTOP_CLK_CONFIG | ( | __RCC_STOPWUCLK__ | ) | MODIFY_REG(RCC->CFGR, RCC_CFGR_STOPWUCK, (__RCC_STOPWUCLK__)) |
Macro to configure the wake up from stop clock.
<strong>RCC_STOPWUCLK</strong> | specifies the clock source used after wake up from stop This parameter can be one of the following values:
|
None |
Definition at line 7769 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_CLK_DISABLE | ( | ) | (RCC->APB3ENR) &= ~ (RCC_APB3ENR_WWDG1EN) |
Definition at line 1732 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_CLK_DISABLE | ( | ) | (RCC->APB3ENR) &= ~ (RCC_APB3ENR_WWDG1EN) |
Definition at line 1732 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_CLK_ENABLE | ( | ) |
Enable or disable the APB3 peripheral clock.
Definition at line 1718 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_CLK_ENABLE | ( | ) |
Enable or disable the APB3 peripheral clock.
Definition at line 1718 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB3LPENR) &= ~ (RCC_APB3LPENR_WWDG1LPEN) |
Definition at line 5789 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB3LPENR) &= ~ (RCC_APB3LPENR_WWDG1LPEN) |
Definition at line 5789 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB3LPENR) |= (RCC_APB3LPENR_WWDG1LPEN) |
ENABLE or disable the APB3 peripheral clock during Low Power (Sleep) mode.
Definition at line 5781 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB3LPENR) |= (RCC_APB3LPENR_WWDG1LPEN) |
ENABLE or disable the APB3 peripheral clock during Low Power (Sleep) mode.
Definition at line 5781 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_IS_CLK_DISABLED | ( | ) | ((RCC->APB3ENR & RCC_APB3ENR_WWDG1EN) == 0U) |
Definition at line 1753 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_IS_CLK_DISABLED | ( | ) | ((RCC->APB3ENR & RCC_APB3ENR_WWDG1EN) == 0U) |
Definition at line 1753 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_IS_CLK_ENABLED | ( | ) | ((RCC->APB3ENR & RCC_APB3ENR_WWDG1EN) != 0U) |
Get the enable or disable status of the APB3 peripheral clock.
Definition at line 1746 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_IS_CLK_ENABLED | ( | ) | ((RCC->APB3ENR & RCC_APB3ENR_WWDG1EN) != 0U) |
Get the enable or disable status of the APB3 peripheral clock.
Definition at line 1746 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB3LPENR & (RCC_APB3LPENR_WWDG1LPEN)) == 0U) |
Definition at line 5813 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_IS_CLK_SLEEP_DISABLED | ( | ) | ((RCC->APB3LPENR & (RCC_APB3LPENR_WWDG1LPEN)) == 0U) |
Definition at line 5813 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB3LPENR & (RCC_APB3LPENR_WWDG1LPEN)) != 0U) |
Get the enable or disable status of the APB3 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5805 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define __HAL_RCC_WWDG1_IS_CLK_SLEEP_ENABLED | ( | ) | ((RCC->APB3LPENR & (RCC_APB3LPENR_WWDG1LPEN)) != 0U) |
Get the enable or disable status of the APB3 peripheral clock during Low Poser (Sleep) mode.
Definition at line 5805 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define RCC_GET_PLL_OSCSOURCE | ( | ) | ((RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC) >> RCC_PLLCKSELR_PLLSRC_Pos) |
Definition at line 7950 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
#define RCC_GET_PLL_OSCSOURCE | ( | ) | ((RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC) >> RCC_PLLCKSELR_PLLSRC_Pos) |
Definition at line 7953 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.