Searched refs:IS_PWR_GPIO_PIN_MASK (Results 1 – 8 of 8) sorted by relevance
1121 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullUp()1185 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullUp()1249 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullDown()1313 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullDown()
1440 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullUp()1478 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullUp()1519 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullDown()1561 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullDown()
647 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableStandbyIORetention()727 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableStandbyIORetention()846 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableStandbyRetainedIOState()
2479 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullUp()2566 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullUp()2650 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullDown()2737 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullDown()
254 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) ((((BIT_MASK) & PWR_GPIO_PIN_MASK) != 0U) &&\ macro
588 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) ((((BIT_MASK) & GPIO_PIN_MASK) != 0U) && ((BIT_MASK) <= GPI… macro
675 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) ((((BIT_MASK) & GPIO_PIN_MASK) != 0U) && ((BIT_MASK) <=… macro
902 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) \ macro