Searched refs:IS_PWR_GPIO_BIT_NUMBER (Results 1 – 16 of 16) sorted by relevance
146 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()186 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()230 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()270 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
203 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()259 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()316 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()372 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
419 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()481 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()543 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()605 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
311 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()359 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()409 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()457 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
307 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()368 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()429 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()490 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
349 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()407 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()467 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()525 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
273 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()338 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()402 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()467 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
396 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullUp()479 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullUp()556 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_EnableGPIOPullDown()639 assert_param(IS_PWR_GPIO_BIT_NUMBER(GPIONumber)); in HAL_PWREx_DisableGPIOPullDown()
315 #define IS_PWR_GPIO_BIT_NUMBER(__BIT_NUMBER__) ((((__BIT_NUMBER__) & 0x0000FFFFu) != 0x00u) && \ macro
503 #define IS_PWR_GPIO_BIT_NUMBER(__BIT_NUMBER__) ((((__BIT_NUMBER__) & 0x0000FFFFu) != 0x00u) && \ macro
521 #define IS_PWR_GPIO_BIT_NUMBER(__BIT_NUMBER__) (((__BIT_NUMBER__) & GPIO_PIN_MASK) != (uint32_t)0x0… macro
716 #define IS_PWR_GPIO_BIT_NUMBER(BIT_NUMBER) (((BIT_NUMBER) & GPIO_PIN_MASK) != (uint32_t)0x00U) macro
437 #define IS_PWR_GPIO_BIT_NUMBER(BIT_NUMBER) (((BIT_NUMBER) & GPIO_PIN_MASK) != (uint32_t)0x00) macro
804 #define IS_PWR_GPIO_BIT_NUMBER(BIT_NUMBER) (((BIT_NUMBER) & GPIO_PIN_MASK) != (uint32_t)0x00) macro
757 #define IS_PWR_GPIO_BIT_NUMBER(BIT_NUMBER) (((BIT_NUMBER) & GPIO_PIN_MASK) != (uint32_t)0x00) macro
767 #define IS_PWR_GPIO_BIT_NUMBER(BIT_NUMBER) (((BIT_NUMBER) & GPIO_PIN_MASK) != (uint32_t)0x00) macro