Searched refs:Pin_out (Results 1 – 1 of 1) sorted by relevance
213 void nrf_gpio_backend_register_short(uint8_t Port_out, uint8_t Pin_out, in nrf_gpio_backend_register_short() argument220 if (shorts[Port_out][Pin_out][i].port == UINT8_MAX) in nrf_gpio_backend_register_short()238 if (Pin_out >= max_pins) { in nrf_gpio_backend_register_short()241 __func__, Port_out, Pin_out, max_pins); in nrf_gpio_backend_register_short()249 shorts[Port_out][Pin_out][i].port = Port_in; in nrf_gpio_backend_register_short()250 shorts[Port_out][Pin_out][i].pin = Pin_in; in nrf_gpio_backend_register_short()