Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/HW_models/
DNRF_GPIO_backend.c213 void nrf_gpio_backend_register_short(uint8_t Port_out, uint8_t Pin_out, in nrf_gpio_backend_register_short() argument
220 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()