Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h299 NRFY_STATIC_INLINE void nrfy_gpio_port_out_clear(NRF_GPIO_Type * p_reg, uint32_t clr_mask) in nrfy_gpio_port_out_clear() argument
301 nrf_gpio_port_out_clear(p_reg, clr_mask); in nrfy_gpio_port_out_clear()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h702 NRF_STATIC_INLINE void nrf_gpio_port_out_clear(NRF_GPIO_Type * p_reg, uint32_t clr_mask);
1326 NRF_STATIC_INLINE void nrf_gpio_port_out_clear(NRF_GPIO_Type * p_reg, uint32_t clr_mask) in nrf_gpio_port_out_clear() argument
1328 p_reg->OUTCLR = clr_mask; in nrf_gpio_port_out_clear()