Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c88 uint32_t DETECT; /* Sense output / unlatched/non-sticky detect */ member
340 st->DETECT_signal = (st->DETECT != 0); in nrf_gpio_update_detect_signal()
347 st->DETECT_SEC_signal = (st->DETECT != 0); in nrf_gpio_update_detect_signal()
365 st->DETECT = (NRF_GPIO_regs[port].IN ^ st->SENSE_inv) & st->SENSE_mask; in nrf_gpio_eval_sense()
366 st->LDETECT |= st->DETECT; in nrf_gpio_eval_sense()
591 st->LDETECT |= st->DETECT; in nrf_gpio_regw_sideeffects_LATCH()