Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c570 if (NRF_GPIO_regs[port].DIRCLR) { in nrf_gpio_regw_sideeffects_DIRCLR()
571 NRF_GPIO_regs[port].DIR &= ~NRF_GPIO_regs[port].DIRCLR; in nrf_gpio_regw_sideeffects_DIRCLR()
572 NRF_GPIO_regs[port].DIRCLR = 0; in nrf_gpio_regw_sideeffects_DIRCLR()
DNRF5340_peri_types.h2148 …__IOM uint32_t DIRCLR; /*!< (@ 0x0000001C) DIR clear register … member
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c215 p_reg->DIRCLR = in_mask; in nrf_gpio_port_dir_input_set()