Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNRF_GPIO.h40 int override_output, int override_input, int override_dir,
DNRF_GPIO.c191 int override_output, int override_input, int override_dir, in nrf_gpio_peri_pin_control() argument
202 if (override_output >= 0) { in nrf_gpio_peri_pin_control()
204 out_override[port] |= (uint32_t)(override_output?1:0) << n; in nrf_gpio_peri_pin_control()