Searched refs:out_override (Results 1 – 1 of 1) sorted by relevance
68 static uint32_t out_override[NRF_GPIOS]; variable203 out_override[port] &= ~mask; in nrf_gpio_peri_pin_control()204 out_override[port] |= (uint32_t)(override_output?1:0) << n; in nrf_gpio_peri_pin_control()253 if (((out_override[port] >> n) & 0x1) != 1) { /* LCOV_EXCL_START */ in nrf_gpio_peri_change_output()404 uint32_t out = (~out_override[port] & NRF_GPIO_regs[port].OUT) in nrf_gpio_eval_outputs()405 | (out_override[port] & external_OUT[port]); in nrf_gpio_eval_outputs()