Macros | |
#define | __HAL_PWR_AVD_EXTI_CLEAR_FLAG() SET_BIT(EXTI->PR1, PWR_EXTI_LINE_AVD) |
Clear the AVD EXTI flag. More... | |
#define | __HAL_PWR_AVD_EXTI_CLEAR_FLAG() SET_BIT(EXTI->PR1, PWR_EXTI_LINE_AVD) |
Clear the AVD EXTI flag. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_EVENT() CLEAR_BIT(EXTI->EMR1, PWR_EXTI_LINE_AVD) |
Disable event on AVD EXTI Line 16. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_EVENT() CLEAR_BIT(EXTI->EMR1, PWR_EXTI_LINE_AVD) |
Disable event on AVD EXTI Line 16. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_FALLING_EDGE() CLEAR_BIT(EXTI->FTSR1, PWR_EXTI_LINE_AVD) |
Disable the AVD Extended Interrupt Falling Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_FALLING_EDGE() CLEAR_BIT(EXTI->FTSR1, PWR_EXTI_LINE_AVD) |
Disable the AVD Extended Interrupt Falling Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_IT() CLEAR_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVD) |
Disable the AVD EXTI Line 16. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_IT() CLEAR_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVD) |
Disable the AVD EXTI Line 16. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR1, PWR_EXTI_LINE_AVD) |
Disable the AVD Extended Interrupt Rising Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR1, PWR_EXTI_LINE_AVD) |
Disable the AVD Extended Interrupt Rising Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_RISING_FALLING_EDGE() |
Disable the AVD Extended Interrupt Rising & Falling Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_DISABLE_RISING_FALLING_EDGE() |
Disable the AVD Extended Interrupt Rising & Falling Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_EVENT() SET_BIT(EXTI->EMR1, PWR_EXTI_LINE_AVD) |
Enable event on AVD EXTI Line 16. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_EVENT() SET_BIT(EXTI->EMR1, PWR_EXTI_LINE_AVD) |
Enable event on AVD EXTI Line 16. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_FALLING_EDGE() SET_BIT(EXTI->FTSR1, PWR_EXTI_LINE_AVD) |
Enable the AVD Extended Interrupt Falling Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_FALLING_EDGE() SET_BIT(EXTI->FTSR1, PWR_EXTI_LINE_AVD) |
Enable the AVD Extended Interrupt Falling Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_IT() SET_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVD) |
Enable the AVD EXTI Line 16. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_IT() SET_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVD) |
Enable the AVD EXTI Line 16. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR1, PWR_EXTI_LINE_AVD) |
Enable the AVD Extended Interrupt Rising Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR1, PWR_EXTI_LINE_AVD) |
Enable the AVD Extended Interrupt Rising Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_RISING_FALLING_EDGE() |
Enable the AVD Extended Interrupt Rising and Falling Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_ENABLE_RISING_FALLING_EDGE() |
Enable the AVD Extended Interrupt Rising and Falling Trigger. More... | |
#define | __HAL_PWR_AVD_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER1, PWR_EXTI_LINE_AVD) |
Generates a Software interrupt on AVD EXTI line. More... | |
#define | __HAL_PWR_AVD_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER1, PWR_EXTI_LINE_AVD) |
Generates a Software interrupt on AVD EXTI line. More... | |
#define | __HAL_PWR_AVD_EXTI_GET_FLAG() ((READ_BIT(EXTI->PR1, PWR_EXTI_LINE_AVD) == PWR_EXTI_LINE_AVD) ? 1UL : 0UL) |
Check whether the specified AVD EXTI interrupt flag is set or not. More... | |
#define | __HAL_PWR_AVD_EXTI_GET_FLAG() ((READ_BIT(EXTI->PR1, PWR_EXTI_LINE_AVD) == PWR_EXTI_LINE_AVD) ? 1UL : 0UL) |
Check whether the specified AVD EXTI interrupt flag is set or not. More... | |
#define | __HAL_PWR_CLEAR_ODRUDR_FLAG() (PWR->CSR1 |= PWR_FLAG_UDRDY) |
Clear the Under-Drive Ready flag. More... | |
#define | __HAL_PWR_CLEAR_WAKEUP_FLAG(__WUFLAG__) (PWR->CR2 |= (__WUFLAG__)) |
Clear the WakeUp pins flags. More... | |
#define | __HAL_PWR_GET_ODRUDR_FLAG(__FLAG__) ((PWR->CSR1 & (__FLAG__)) == (__FLAG__)) |
Check PWR flag is set or not. More... | |
#define | __HAL_PWR_GET_WAKEUP_FLAG(__WUFLAG__) (PWR->CSR2 & (__WUFLAG__)) |
Check Wake Up flag is set or not. More... | |
#define | __HAL_PWR_OVERDRIVE_DISABLE() (PWR->CR1 &= (uint32_t)(~PWR_CR1_ODEN)) |
#define | __HAL_PWR_OVERDRIVE_ENABLE() (PWR->CR1 |= (uint32_t)PWR_CR1_ODEN) |
Macros to enable or disable the Over drive mode. More... | |
#define | __HAL_PWR_OVERDRIVESWITCHING_DISABLE() (PWR->CR1 &= (uint32_t)(~PWR_CR1_ODSWEN)) |
#define | __HAL_PWR_OVERDRIVESWITCHING_ENABLE() (PWR->CR1 |= (uint32_t)PWR_CR1_ODSWEN) |
Macros to enable or disable the Over drive switching. More... | |
#define | __HAL_PWR_UNDERDRIVE_DISABLE() (PWR->CR1 &= (uint32_t)(~PWR_CR1_UDEN)) |
#define | __HAL_PWR_UNDERDRIVE_ENABLE() (PWR->CR1 |= (uint32_t)PWR_CR1_UDEN) |
Macros to enable or disable the Under drive mode. More... | |
#define __HAL_PWR_AVD_EXTI_CLEAR_FLAG | ( | ) | SET_BIT(EXTI->PR1, PWR_EXTI_LINE_AVD) |
Clear the AVD EXTI flag.
None. |
Definition at line 482 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_CLEAR_FLAG | ( | ) | SET_BIT(EXTI->PR1, PWR_EXTI_LINE_AVD) |
Clear the AVD EXTI flag.
None. |
Definition at line 482 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_EVENT | ( | ) | CLEAR_BIT(EXTI->EMR1, PWR_EXTI_LINE_AVD) |
Disable event on AVD EXTI Line 16.
None. |
Definition at line 410 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_EVENT | ( | ) | CLEAR_BIT(EXTI->EMR1, PWR_EXTI_LINE_AVD) |
Disable event on AVD EXTI Line 16.
None. |
Definition at line 410 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_FALLING_EDGE | ( | ) | CLEAR_BIT(EXTI->FTSR1, PWR_EXTI_LINE_AVD) |
Disable the AVD Extended Interrupt Falling Trigger.
None. |
Definition at line 442 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_FALLING_EDGE | ( | ) | CLEAR_BIT(EXTI->FTSR1, PWR_EXTI_LINE_AVD) |
Disable the AVD Extended Interrupt Falling Trigger.
None. |
Definition at line 442 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_IT | ( | ) | CLEAR_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVD) |
Disable the AVD EXTI Line 16.
None. |
Definition at line 382 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_IT | ( | ) | CLEAR_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVD) |
Disable the AVD EXTI Line 16.
None. |
Definition at line 382 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_RISING_EDGE | ( | ) | CLEAR_BIT(EXTI->RTSR1, PWR_EXTI_LINE_AVD) |
Disable the AVD Extended Interrupt Rising Trigger.
None. |
Definition at line 430 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_RISING_EDGE | ( | ) | CLEAR_BIT(EXTI->RTSR1, PWR_EXTI_LINE_AVD) |
Disable the AVD Extended Interrupt Rising Trigger.
None. |
Definition at line 430 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_RISING_FALLING_EDGE | ( | ) |
Disable the AVD Extended Interrupt Rising & Falling Trigger.
None. |
Definition at line 458 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_DISABLE_RISING_FALLING_EDGE | ( | ) |
Disable the AVD Extended Interrupt Rising & Falling Trigger.
None. |
Definition at line 458 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_EVENT | ( | ) | SET_BIT(EXTI->EMR1, PWR_EXTI_LINE_AVD) |
Enable event on AVD EXTI Line 16.
None. |
Definition at line 396 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_EVENT | ( | ) | SET_BIT(EXTI->EMR1, PWR_EXTI_LINE_AVD) |
Enable event on AVD EXTI Line 16.
None. |
Definition at line 396 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_FALLING_EDGE | ( | ) | SET_BIT(EXTI->FTSR1, PWR_EXTI_LINE_AVD) |
Enable the AVD Extended Interrupt Falling Trigger.
None. |
Definition at line 436 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_FALLING_EDGE | ( | ) | SET_BIT(EXTI->FTSR1, PWR_EXTI_LINE_AVD) |
Enable the AVD Extended Interrupt Falling Trigger.
None. |
Definition at line 436 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_IT | ( | ) | SET_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVD) |
Enable the AVD EXTI Line 16.
None. |
Definition at line 368 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_IT | ( | ) | SET_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVD) |
Enable the AVD EXTI Line 16.
None. |
Definition at line 368 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_RISING_EDGE | ( | ) | SET_BIT(EXTI->RTSR1, PWR_EXTI_LINE_AVD) |
Enable the AVD Extended Interrupt Rising Trigger.
None. |
Definition at line 424 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_RISING_EDGE | ( | ) | SET_BIT(EXTI->RTSR1, PWR_EXTI_LINE_AVD) |
Enable the AVD Extended Interrupt Rising Trigger.
None. |
Definition at line 424 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_RISING_FALLING_EDGE | ( | ) |
Enable the AVD Extended Interrupt Rising and Falling Trigger.
None. |
Definition at line 448 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_ENABLE_RISING_FALLING_EDGE | ( | ) |
Enable the AVD Extended Interrupt Rising and Falling Trigger.
None. |
Definition at line 448 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_GENERATE_SWIT | ( | ) | SET_BIT(EXTI->SWIER1, PWR_EXTI_LINE_AVD) |
Generates a Software interrupt on AVD EXTI line.
None. |
Definition at line 496 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_GENERATE_SWIT | ( | ) | SET_BIT(EXTI->SWIER1, PWR_EXTI_LINE_AVD) |
Generates a Software interrupt on AVD EXTI line.
None. |
Definition at line 496 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_GET_FLAG | ( | ) | ((READ_BIT(EXTI->PR1, PWR_EXTI_LINE_AVD) == PWR_EXTI_LINE_AVD) ? 1UL : 0UL) |
Check whether the specified AVD EXTI interrupt flag is set or not.
EXTI | AVD Line Status. |
Definition at line 468 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_AVD_EXTI_GET_FLAG | ( | ) | ((READ_BIT(EXTI->PR1, PWR_EXTI_LINE_AVD) == PWR_EXTI_LINE_AVD) ? 1UL : 0UL) |
Check whether the specified AVD EXTI interrupt flag is set or not.
EXTI | AVD Line Status. |
Definition at line 468 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
#define __HAL_PWR_CLEAR_ODRUDR_FLAG | ( | ) | (PWR->CSR1 |= PWR_FLAG_UDRDY) |
Clear the Under-Drive Ready flag.
Definition at line 148 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_CLEAR_WAKEUP_FLAG | ( | __WUFLAG__ | ) | (PWR->CR2 |= (__WUFLAG__)) |
Clear the WakeUp pins flags.
<strong>WUFLAG</strong> | specifies the Wake Up pin flag to clear. This parameter can be one of the following values:
|
Definition at line 172 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_GET_ODRUDR_FLAG | ( | __FLAG__ | ) | ((PWR->CSR1 & (__FLAG__)) == (__FLAG__)) |
Check PWR flag is set or not.
<strong>FLAG</strong> | specifies the flag to check. This parameter can be one of the following values:
|
The | new state of FLAG (TRUE or FALSE). |
Definition at line 144 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_GET_WAKEUP_FLAG | ( | __WUFLAG__ | ) | (PWR->CSR2 & (__WUFLAG__)) |
Check Wake Up flag is set or not.
<strong>WUFLAG</strong> | specifies the Wake Up flag to check. This parameter can be one of the following values:
|
Definition at line 160 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_OVERDRIVE_DISABLE | ( | ) | (PWR->CR1 &= (uint32_t)(~PWR_CR1_ODEN)) |
Definition at line 113 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_OVERDRIVE_ENABLE | ( | ) | (PWR->CR1 |= (uint32_t)PWR_CR1_ODEN) |
Macros to enable or disable the Over drive mode.
Definition at line 112 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_OVERDRIVESWITCHING_DISABLE | ( | ) | (PWR->CR1 &= (uint32_t)(~PWR_CR1_ODSWEN)) |
Definition at line 118 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_OVERDRIVESWITCHING_ENABLE | ( | ) | (PWR->CR1 |= (uint32_t)PWR_CR1_ODSWEN) |
Macros to enable or disable the Over drive switching.
Definition at line 117 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_UNDERDRIVE_DISABLE | ( | ) | (PWR->CR1 &= (uint32_t)(~PWR_CR1_UDEN)) |
Definition at line 131 of file stm32f7xx_hal_pwr_ex.h.
#define __HAL_PWR_UNDERDRIVE_ENABLE | ( | ) | (PWR->CR1 |= (uint32_t)PWR_CR1_UDEN) |
Macros to enable or disable the Under drive mode.
Definition at line 130 of file stm32f7xx_hal_pwr_ex.h.