Home
last modified time | relevance | path

Searched refs:s_gpio_pin_map (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Ddevices.c124 const static gpio_pin_map_t s_gpio_pin_map[] = { variable
200 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