Searched refs:IS_GPIO_OD (Results 1 – 4 of 4) sorted by relevance
225 #define IS_GPIO_OD(x) (((x) == ALD_GPIO_PUSH_PULL) || \ macro
38 #define IS_GPIO_OD(port_od) ((port_od == GPIO_OD_PORTA_10) || \ macro
293 _ASSERT(IS_GPIO_OD(GPIOx_OD)); in GPIO_ODSet()
188 assert_param(IS_GPIO_OD(init->od)); in ald_gpio_init()
Completed in 10 milliseconds