Searched refs:IS_PWR_GPIO_PORT (Results 1 – 6 of 6) sorted by relevance
646 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableStandbyIORetention()726 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableStandbyIORetention()801 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_GetStandbyIORetentionStatus()845 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableStandbyRetainedIOState()
1120 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullUp()1184 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullUp()1248 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullDown()1312 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullDown()
868 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro880 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro891 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro
2478 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullUp()2565 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullUp()2649 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullDown()2736 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullDown()
661 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ macro668 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ macro
248 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ macro