Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h384 #define IS_PWR_WAKEUP_PIN_POLARITY(POLARITY) (((POLARITY) == PWR_PIN_POLARITY_HIGH) ||\ macro
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c581 assert_param(IS_PWR_WAKEUP_PIN_POLARITY(sPinParams->PinPolarity)); in HAL_PWREx_EnableWakeUpPin()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h698 #define IS_PWR_WAKEUP_PIN_POLARITY(POLARITY) (((POLARITY) == PWR_PIN_POLARITY_HIGH) ||\ macro
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h771 #define IS_PWR_WAKEUP_PIN_POLARITY(POLARITY) (((POLARITY) == PWR_PIN_POLARITY_HIGH) || \ macro
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1310 assert_param (IS_PWR_WAKEUP_PIN_POLARITY (sPinParams->PinPolarity)); in HAL_PWREx_EnableWakeUpPin()