Home
last modified time | relevance | path

Searched refs:nrf_gpio_port_out_clear (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-3.5.0/nrfx/hal/
Dnrf_gpio.h618 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
/hal_nordic-3.5.0/nrfx/haly/
Dnrfy_gpio.h301 nrf_gpio_port_out_clear(p_reg, clr_mask); in nrfy_gpio_port_out_clear()