Searched refs:nrf_gpio_port_out_clear (Results 1 – 2 of 2) sorted by relevance
618 NRF_STATIC_INLINE void nrf_gpio_port_out_clear(NRF_GPIO_Type * p_reg, uint32_t clr_mask);1025 nrf_gpio_port_out_clear(reg, 1UL << pin_number); in nrf_gpio_pin_clear()1150 NRF_STATIC_INLINE void nrf_gpio_port_out_clear(NRF_GPIO_Type * p_reg, uint32_t clr_mask) in nrf_gpio_port_out_clear() function
301 nrf_gpio_port_out_clear(p_reg, clr_mask); in nrfy_gpio_port_out_clear()