Searched refs:nrf_gpio_port_out_set (Results 1 – 2 of 2) sorted by relevance
694 NRF_STATIC_INLINE void nrf_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask);1175 nrf_gpio_port_out_set(reg, 1UL << pin_number); in nrf_gpio_pin_set()1219 nrf_gpio_port_out_set(p_reg, 1UL << pin_number); in nrf_gpio_port_pin_write()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() function
294 nrf_gpio_port_out_set(p_reg, set_mask); in nrfy_gpio_port_out_set()