Home
last modified time | relevance | path

Searched refs:nrf_gpio_pin_set (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_twi_twim.c49 nrf_gpio_pin_set(scl_pin); in nrfx_twi_twim_bus_recover()
50 nrf_gpio_pin_set(sda_pin); in nrfx_twi_twim_bus_recover()
67 nrf_gpio_pin_set(scl_pin); in nrfx_twi_twim_bus_recover()
75 nrf_gpio_pin_set(sda_pin); in nrfx_twi_twim_bus_recover()
Dnrfx_spi.c81 nrf_gpio_pin_set(p_config->sck_pin); in pins_configure()
103 nrf_gpio_pin_set(p_config->ss_pin); in pins_configure()
Dnrfx_uart.c107 nrf_gpio_pin_set(p_config->pseltxd); in uart_configure()
127 nrf_gpio_pin_set(p_config->pselrts); in uart_configure()
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_gpio.h477 NRF_STATIC_INLINE void nrf_gpio_pin_set(uint32_t pin_number);
1035 NRF_STATIC_INLINE void nrf_gpio_pin_set(uint32_t pin_number) in nrf_gpio_pin_set() function
1069 nrf_gpio_pin_set(pin_number); in nrf_gpio_pin_write()
/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_gpio.h157 nrf_gpio_pin_set(pin_number); in nrfy_gpio_pin_set()