Home
last modified time | relevance | path

Searched refs:AVD_RISING_EDGE (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c49 #define AVD_RISING_EDGE ((uint32_t)0x00000001U) macro
580 if (AVD_RISING_EDGE == (sConfigAVD->Mode & AVD_RISING_EDGE)) in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c163 #define AVD_RISING_EDGE (0x00000001U) macro
1300 if ((sConfigAVD->Mode & AVD_RISING_EDGE) == AVD_RISING_EDGE) in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c178 #define AVD_RISING_EDGE (0x00000001U) macro
2013 if ((sConfigAVD->Mode & AVD_RISING_EDGE) == AVD_RISING_EDGE) in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c296 if ((sConfigAVD->Mode & AVD_RISING_EDGE) == AVD_RISING_EDGE) in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h372 #define AVD_RISING_EDGE (0x00000001U) macro