Searched refs:set_mask (Results 1 – 1 of 1) sorted by relevance
434 NRF_STATIC_INLINE void nrf_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask);822 NRF_STATIC_INLINE void nrf_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask) in nrf_gpio_port_out_set() argument824 p_reg->OUTSET = set_mask; in nrf_gpio_port_out_set()
Completed in 4 milliseconds