Searched refs:AVD_RISING_EDGE (Results 1 – 5 of 5) sorted by relevance
49 #define AVD_RISING_EDGE ((uint32_t)0x00000001U) macro580 if (AVD_RISING_EDGE == (sConfigAVD->Mode & AVD_RISING_EDGE)) in HAL_PWREx_ConfigAVD()
163 #define AVD_RISING_EDGE (0x00000001U) macro1300 if ((sConfigAVD->Mode & AVD_RISING_EDGE) == AVD_RISING_EDGE) in HAL_PWREx_ConfigAVD()
178 #define AVD_RISING_EDGE (0x00000001U) macro2013 if ((sConfigAVD->Mode & AVD_RISING_EDGE) == AVD_RISING_EDGE) in HAL_PWREx_ConfigAVD()
296 if ((sConfigAVD->Mode & AVD_RISING_EDGE) == AVD_RISING_EDGE) in HAL_PWREx_ConfigAVD()
372 #define AVD_RISING_EDGE (0x00000001U) macro