Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_gpio.h70 nrf_gpio_pin_dir_t dir, in nrfy_gpio_cfg() argument
76 nrf_gpio_cfg(pin_number, dir, input, pull, drive, sense); in nrfy_gpio_cfg()
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_spim.c214 nrf_gpio_pin_dir_t dir, in pin_init() argument
226 if (dir == NRF_GPIO_PIN_DIR_OUTPUT) in pin_init()
243 nrfy_gpio_cfg(pin, dir, input, pull, drive, NRF_GPIO_PIN_NOSENSE); in pin_init()
Dnrfx_gpiote.c633 nrf_gpio_pin_dir_t dir = NRF_GPIO_PIN_DIR_INPUT; in gpiote_input_configure() local
636 nrfy_gpio_reconfigure(pin, &dir, &input_connect, p_config->p_pull_config, NULL, NULL); in gpiote_input_configure()
737 nrf_gpio_pin_dir_t dir = NRF_GPIO_PIN_DIR_OUTPUT; in gpiote_output_configure() local
739 nrfy_gpio_reconfigure(pin, &dir, &p_config->input_connect, &p_config->pull, in gpiote_output_configure()
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_gpio.h372 nrf_gpio_pin_dir_t dir,
874 nrf_gpio_pin_dir_t dir, in nrf_gpio_cfg() argument
896 cnf |= ((uint32_t)dir << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_cfg()