Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c429 uint32_t diff = new_IN ^ NRF_GPIO_regs[port].IN; in nrf_gpio_eval_inputs() local
467 int diff = ((gpio_st[port].IO_level >> n) & 0x1) ^ (uint32_t)value; in nrf_gpio_eval_input() local
506 uint32_t diff = new_output ^ st->O_level; in nrf_gpio_eval_outputs() local