Enable or disable the APB1 peripheral clock during Low Power (Sleep) mode. More...
Enable or disable the APB1 peripheral clock during Low Power (Sleep) mode.
#define __HAL_RCC_I2C1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_I2C1LPEN)) |
Definition at line 781 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_I2C1LPEN)) |
Definition at line 781 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_I2C1LPEN)) |
Definition at line 781 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_I2C1LPEN)) |
Definition at line 773 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_I2C1LPEN)) |
Definition at line 773 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C1_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_I2C1LPEN)) |
Definition at line 773 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_I2C2LPEN)) |
Definition at line 782 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_I2C2LPEN)) |
Definition at line 782 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_I2C2LPEN)) |
Definition at line 782 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_I2C2LPEN)) |
Definition at line 774 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_I2C2LPEN)) |
Definition at line 774 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_I2C2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_I2C2LPEN)) |
Definition at line 774 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_PWRLPEN)) |
Definition at line 783 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_PWRLPEN)) |
Definition at line 783 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_PWRLPEN)) |
Definition at line 783 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_PWRLPEN)) |
Definition at line 775 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_PWRLPEN)) |
Definition at line 775 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_PWR_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_PWRLPEN)) |
Definition at line 775 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_SPI2LPEN)) |
Definition at line 779 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_SPI2LPEN)) |
Definition at line 779 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_SPI2LPEN)) |
Definition at line 779 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_SPI2LPEN)) |
Definition at line 771 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_SPI2LPEN)) |
Definition at line 771 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_SPI2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_SPI2LPEN)) |
Definition at line 771 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_TIM5LPEN)) |
Definition at line 777 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_TIM5LPEN)) |
Definition at line 777 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_TIM5LPEN)) |
Definition at line 777 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_TIM5LPEN)) |
Definition at line 769 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_TIM5LPEN)) |
Definition at line 769 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_TIM5_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_TIM5LPEN)) |
Definition at line 769 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_USART2LPEN)) |
Definition at line 780 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_USART2LPEN)) |
Definition at line 780 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_USART2LPEN)) |
Definition at line 780 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_USART2LPEN)) |
Definition at line 772 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_USART2LPEN)) |
Definition at line 772 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_USART2_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_USART2LPEN)) |
Definition at line 772 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_WWDGLPEN)) |
Definition at line 778 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_WWDGLPEN)) |
Definition at line 778 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_CLK_SLEEP_DISABLE | ( | ) | (RCC->APB1LPENR &= ~(RCC_APB1LPENR_WWDGLPEN)) |
Definition at line 778 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_WWDGLPEN)) |
Definition at line 770 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_WWDGLPEN)) |
Definition at line 770 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_WWDG_CLK_SLEEP_ENABLE | ( | ) | (RCC->APB1LPENR |= (RCC_APB1LPENR_WWDGLPEN)) |
Definition at line 770 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.