Searched refs:IS_GPIO_PIN (Results 1 – 6 of 6) sorted by relevance
173 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()380 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()413 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()438 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()463 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
209 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()284 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()417 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()438 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
242 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != 0x00U) && \ macro
317 #define IS_GPIO_PIN(__PIN__) ((((uint32_t)(__PIN__) & GPIO_PIN_MASK ) != 0x00u) &&\ macro
283 #define IS_GPIO_PIN(PIN) (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)P… macro
178 #define IS_GPIO_PIN(PIN) (((PIN) & GPIO_PIN_MASK ) != (uint32_t)0x00) macro