Searched refs:FGPIO_GET_PIN (Results 1 – 1 of 1) sorted by relevance
37 #define FGPIO_GET_CTRL(index) (((index) - FGPIO_GET_PIN(index) - (FGPIO_PORT_A * FGPIO_PIN_NUM)) / …40 #define FGPIO_GET_PIN(index) ((index) % FGPIO_PIN_NUM) macro89 FGPIO_GET_PIN(output_pin_index), in gpio_toggle_sample()93 FGPIO_GET_PIN(input_pin_index), in gpio_toggle_sample()
Completed in 6 milliseconds