Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNRF_GPIO_backend.c214 uint8_t Port_in, uint8_t Pin_in) in nrf_gpio_backend_register_short() argument
244 if (Pin_in >= max_pins) { in nrf_gpio_backend_register_short()
247 __func__, Port_in, Pin_in, max_pins); in nrf_gpio_backend_register_short()
250 shorts[Port_out][Pin_out][i].pin = Pin_in; in nrf_gpio_backend_register_short()