Searched refs:Port_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()227 if (Port_out >= NRF_GPIOS) { in nrf_gpio_backend_register_short()230 __func__, Port_out, NRF_GPIOS); in nrf_gpio_backend_register_short()237 max_pins = nrf_gpio_get_number_pins_in_port(Port_out); 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()