Searched refs:IS_GPIO_MODE (Results 1 – 6 of 6) sorted by relevance
250 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_MODE_INPUT) || \ macro
320 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_MODE_INPUT) ||\ macro
284 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_MODE_INPUT) ||\ macro
210 assert_param(IS_GPIO_MODE(GPIO_InitStruct->GPIO_Mode)); in GPIO_Init()
174 assert_param(IS_GPIO_MODE(GPIO_Init->Mode)); in HAL_GPIO_Init()
72 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_Mode_IN) || ((MODE) == GPIO_Mode_OUT) || \ macro