Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/HW_models/
DNRF_GPIO.c400 static uint32_t O_level[NRF_GPIOS]; in nrf_gpio_eval_outputs() local
409 uint32_t diff = new_output ^ O_level[port]; in nrf_gpio_eval_outputs()
415 O_level[port] = new_output; in nrf_gpio_eval_outputs()
418 IO_level[port] |= O_level[port]; in nrf_gpio_eval_outputs()