Searched refs:set_mask (Results 1 – 2 of 2) sorted by relevance
292 NRFY_STATIC_INLINE void nrfy_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask) in nrfy_gpio_port_out_set() argument294 nrf_gpio_port_out_set(p_reg, set_mask); in nrfy_gpio_port_out_set()
694 NRF_STATIC_INLINE void nrf_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask);1320 NRF_STATIC_INLINE void nrf_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask) in nrf_gpio_port_out_set() argument1322 p_reg->OUTSET = set_mask; in nrf_gpio_port_out_set()