Searched refs:nrf_gpio_port_out_set (Results 1 – 2 of 2) sorted by relevance
610 NRF_STATIC_INLINE void nrf_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask);1017 nrf_gpio_port_out_set(reg, 1UL << pin_number); in nrf_gpio_pin_set()1144 NRF_STATIC_INLINE void nrf_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask) in nrf_gpio_port_out_set() function
294 nrf_gpio_port_out_set(p_reg, set_mask); in nrfy_gpio_port_out_set()