Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c260 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read_and_clear()
263 gpio_regs[i]->LATCH = *p_masks; in nrf_gpio_latches_read_and_clear()
274 reg->LATCH = (1 << pin_number); in nrf_gpio_pin_latch_clear()
/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c367 NRF_GPIO_regs[port].LATCH = st->LDETECT; in nrf_gpio_eval_sense()
585 uint32_t sw_input = NRF_GPIO_regs[port].LATCH; in nrf_gpio_regw_sideeffects_LATCH()
593 NRF_GPIO_regs[port].LATCH = st->LDETECT; in nrf_gpio_regw_sideeffects_LATCH()
DNRF5340_peri_types.h2149 …__IOM uint32_t LATCH; /*!< (@ 0x00000020) Latch register indicating what G… member