STM32H735xx HAL User Manual
|
Defines | |
#define | AVD_MODE_IT (0x00010000U) |
#define | AVD_MODE_EVT (0x00020000U) |
#define | AVD_RISING_EDGE (0x00000001U) |
#define | AVD_FALLING_EDGE (0x00000002U) |
#define | AVD_RISING_FALLING_EDGE (0x00000003U) |
#define AVD_FALLING_EDGE (0x00000002U) |
Definition at line 179 of file stm32h7xx_hal_pwr_ex.c.
Referenced by HAL_PWREx_ConfigAVD().
#define AVD_MODE_EVT (0x00020000U) |
Definition at line 177 of file stm32h7xx_hal_pwr_ex.c.
Referenced by HAL_PWREx_ConfigAVD().
#define AVD_MODE_IT (0x00010000U) |
Definition at line 176 of file stm32h7xx_hal_pwr_ex.c.
Referenced by HAL_PWREx_ConfigAVD().
#define AVD_RISING_EDGE (0x00000001U) |
Definition at line 178 of file stm32h7xx_hal_pwr_ex.c.
Referenced by HAL_PWREx_ConfigAVD().
#define AVD_RISING_FALLING_EDGE (0x00000003U) |
Definition at line 180 of file stm32h7xx_hal_pwr_ex.c.