Searched refs:GET_GPIO_NUM (Results 1 – 1 of 1) sorted by relevance
63 #define GET_GPIO_NUM(pin) (pin % 32) macro245 uint32_t num = GET_GPIO_NUM(gpio); in set_direction()266 uint32_t num = GET_GPIO_NUM(gpio); in get_direction()290 uint32_t num = GET_GPIO_NUM(gpio); in get_value()305 uint32_t num = GET_GPIO_NUM(gpio); in set_value()
Completed in 3 milliseconds