Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c504 uint32_t new_output = dir & out; in nrf_gpio_eval_outputs() local
506 uint32_t diff = new_output ^ st->O_level; in nrf_gpio_eval_outputs()
512 st->O_level = new_output; in nrf_gpio_eval_outputs()
518 nrf_gpio_output_change_sideeffects(port, n, (new_output >> n) & 0x1); in nrf_gpio_eval_outputs()