Searched refs:IS_GPIO_BIT_ACTION (Results 1 – 2 of 2) sorted by relevance
461 assert_param(IS_GPIO_BIT_ACTION(BitVal)); in GPIO_WriteBit()
126 #define IS_GPIO_BIT_ACTION(ACTION) (((ACTION) == Bit_RESET) || ((ACTION) == Bit_SET)) macro