Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.h38 int override_output, int override_input, int override_dir,
DNRF_GPIO.c251 int override_output, int override_input, int override_dir, in nrf_gpio_peri_pin_control() argument
269 if (override_input >= 0) { in nrf_gpio_peri_pin_control()
271 st->input_override |= (uint32_t)(override_input?1:0) << n; in nrf_gpio_peri_pin_control()
274 st->input_override_connected |= (uint32_t)(override_input==3?1:0) << n; in nrf_gpio_peri_pin_control()