Home
last modified time | relevance | path

Searched refs:PWR_PVD_MODE_IT_FALLING (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pwr.h105 #define PWR_PVD_MODE_IT_FALLING ((uint32_t)0x00010002) /*!< External Interrupt Mode w… macro
388 …S_PWR_PVD_MODE(MODE) (((MODE) == PWR_PVD_MODE_IT_RISING)|| ((MODE) == PWR_PVD_MODE_IT_FALLING) || \
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_pwr_ex.h208 #define PWR_PVD_MODE_IT_FALLING (0x00010002U) /*!< External Interrupt Mode with Falli… macro
214 …S_PWR_PVD_MODE(MODE) (((MODE) == PWR_PVD_MODE_IT_RISING)|| ((MODE) == PWR_PVD_MODE_IT_FALLING) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/Legacy/
A Dstm32_hal_legacy.h896 #define PWR_MODE_IT_FALLING PWR_PVD_MODE_IT_FALLING
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32_hal_legacy.h1347 #define PWR_MODE_IT_FALLING PWR_PVD_MODE_IT_FALLING

Completed in 30 milliseconds