Searched refs:clr_mask (Results 1 – 2 of 2) sorted by relevance
299 NRFY_STATIC_INLINE void nrfy_gpio_port_out_clear(NRF_GPIO_Type * p_reg, uint32_t clr_mask) in nrfy_gpio_port_out_clear() argument301 nrf_gpio_port_out_clear(p_reg, clr_mask); in nrfy_gpio_port_out_clear()
702 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() argument1328 p_reg->OUTCLR = clr_mask; in nrf_gpio_port_out_clear()