Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c101 uint32_t out_override; member
265 st->out_override &= ~mask; in nrf_gpio_peri_pin_control()
266 st->out_override |= (uint32_t)(override_output?1:0) << n; in nrf_gpio_peri_pin_control()
318 if (((st->out_override >> n) & 0x1) != 1) { /* LCOV_EXCL_START */ in nrf_gpio_peri_change_output()
501 uint32_t out = (~st->out_override & NRF_GPIO_regs[port].OUT) in nrf_gpio_eval_outputs()
502 | (st->out_override & st->external_OUT); in nrf_gpio_eval_outputs()