Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO_backend.c214 uint8_t Port_in, uint8_t Pin_in) in nrf_gpio_backend_register_short() argument
232 if (Port_in >= NHW_GPIO_TOTAL_INST) { in nrf_gpio_backend_register_short()
235 __func__, Port_in, NHW_GPIO_TOTAL_INST); in nrf_gpio_backend_register_short()
243 max_pins = nrf_gpio_get_number_pins_in_port(Port_in); in nrf_gpio_backend_register_short()
247 __func__, Port_in, Pin_in, max_pins); in nrf_gpio_backend_register_short()
249 shorts[Port_out][Pin_out][i].port = Port_in; in nrf_gpio_backend_register_short()