Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c201 reg->OUTCLR = (pins_state & (1UL << pin_number)); in nrf_gpio_pin_toggle()
240 p_reg->OUTCLR = clr_mask; in nrf_gpio_port_out_clear()
/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c544 if (NRF_GPIO_regs[port].OUTCLR) { in nrf_gpio_regw_sideeffects_OUTCLR()
545 NRF_GPIO_regs[port].OUT &= ~NRF_GPIO_regs[port].OUTCLR; in nrf_gpio_regw_sideeffects_OUTCLR()
546 NRF_GPIO_regs[port].OUTCLR = 0; in nrf_gpio_regw_sideeffects_OUTCLR()
DNRF5340_peri_types.h2144 …__IOM uint32_t OUTCLR; /*!< (@ 0x0000000C) Clear individual bits in GPIO po… member