Home
last modified time | relevance | path

Searched refs:override_output (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
264 if (override_output >= 0) { in nrf_gpio_peri_pin_control()
266 st->out_override |= (uint32_t)(override_output?1:0) << n; in nrf_gpio_peri_pin_control()