Searched refs:s_gpio_pin_map (Results 1 – 1 of 1) sorted by relevance
124 const static gpio_pin_map_t s_gpio_pin_map[] = { variable200 for (idx = 0; idx < sizeof(s_gpio_pin_map) / sizeof(gpio_pin_map_t); idx++) { in target_gpio_pin_init()201 if (s_gpio_pin_map[idx].gpio_pin == gpio_pin) { in target_gpio_pin_init()203 *port_idx = s_gpio_pin_map[idx].cfg_idx; in target_gpio_pin_init()
Completed in 3 milliseconds