Searched refs:IS_PWR_GPIO_BIT_NUMBER (Results 1 – 2 of 2) sorted by relevance
413 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()496 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()573 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()656 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
769 #define IS_PWR_GPIO_BIT_NUMBER(BIT_NUMBER) (((BIT_NUMBER) & GPIO_PIN_MASK) != (uint32_t)0x00) macro