Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c47 #define AVD_MODE_IT ((uint32_t)0x00010000U) macro
574 if (AVD_MODE_IT == (sConfigAVD->Mode & AVD_MODE_IT)) in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c161 #define AVD_MODE_IT (0x00010000U) macro
1288 if ((sConfigAVD->Mode & AVD_MODE_IT) == AVD_MODE_IT) in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c176 #define AVD_MODE_IT (0x00010000U) macro
2000 if ((sConfigAVD->Mode & AVD_MODE_IT) == AVD_MODE_IT) in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c284 if ((sConfigAVD->Mode & AVD_MODE_IT) == AVD_MODE_IT) in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h370 #define AVD_MODE_IT (0x00010000U) macro