Searched refs:dir (Results 1 – 4 of 4) sorted by relevance
/hal_nordic-3.6.0/nrfx/haly/ |
D | nrfy_gpio.h | 70 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/ |
D | nrfx_spim.c | 214 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()
|
D | nrfx_gpiote.c | 633 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/ |
D | nrf_gpio.h | 372 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()
|