Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c103 uint32_t external_OUT; member
290 st->external_OUT &= ~((uint32_t)1 << n); in nrf_gpio_peri_pin_control()
291 st->external_OUT |= (uint32_t)(new_level?1:0) << n; in nrf_gpio_peri_pin_control()
331 st->external_OUT &= ~((uint32_t)1 << n); in nrf_gpio_peri_change_output()
332 st->external_OUT |= (uint32_t)value << n; in nrf_gpio_peri_change_output()
502 | (st->out_override & st->external_OUT); in nrf_gpio_eval_outputs()