Searched refs:OUTCLR (Results 1 – 3 of 3) sorted by relevance
201 reg->OUTCLR = (pins_state & (1UL << pin_number)); in nrf_gpio_pin_toggle()240 p_reg->OUTCLR = clr_mask; in nrf_gpio_port_out_clear()
544 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()
2144 …__IOM uint32_t OUTCLR; /*!< (@ 0x0000000C) Clear individual bits in GPIO po… member