Home
last modified time | relevance | path

Searched refs:nrf_gpio_port_out_set (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-3.5.0/nrfx/hal/
Dnrf_gpio.h610 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
/hal_nordic-3.5.0/nrfx/haly/
Dnrfy_gpio.h294 nrf_gpio_port_out_set(p_reg, set_mask); in nrfy_gpio_port_out_set()