Searched refs:IS_PWR_WAKEUP_PIN_PULL (Results 1 – 9 of 9) sorted by relevance
396 #define IS_PWR_WAKEUP_PIN_PULL(PULL) (((PULL) == PWR_PIN_NO_PULL) ||\ macro
582 assert_param(IS_PWR_WAKEUP_PIN_PULL(sPinParams->PinPull)); in HAL_PWREx_EnableWakeUpPin()
538 #define IS_PWR_WAKEUP_PIN_PULL(PULL) (((PULL) == PWR_PIN_NO_PULL) ||\ macro
565 #define IS_PWR_WAKEUP_PIN_PULL(__PULL__) (((__PULL__) == PWR_PIN_NO_PULL) ||\ macro
433 #define IS_PWR_WAKEUP_PIN_PULL(PULL) (((PULL) == PWR_PIN_NO_PULL) ||\ macro
702 #define IS_PWR_WAKEUP_PIN_PULL(PULL) (((PULL) == PWR_PIN_NO_PULL) ||\ macro
522 assert_param(IS_PWR_WAKEUP_PIN_PULL(sPinParams->PinPull)); in HAL_PWREx_EnableWakeUpPin()
432 assert_param(IS_PWR_WAKEUP_PIN_PULL(sPinParams->PinPull)); in HAL_PWREx_EnableWakeUpPin()
1315 assert_param (IS_PWR_WAKEUP_PIN_PULL (sPinParams->PinPull)); in HAL_PWREx_EnableWakeUpPin()