Searched refs:dir (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/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-latest/nrfx/hal/ |
| D | nrf_tdm.h | 533 nrf_tdm_rxtxen_t dir); 813 nrf_tdm_rxtxen_t dir) in nrf_tdm_transfer_direction_set() argument 815 p_reg->CONFIG.RXTXEN = (dir << TDM_CONFIG_RXTXEN_RXTXEN_Pos); in nrf_tdm_transfer_direction_set()
|
| D | nrf_gpio.h | 384 nrf_gpio_pin_dir_t dir, 981 nrf_gpio_pin_dir_t dir, in nrf_gpio_cfg() argument 1003 cnf |= ((uint32_t)dir << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_cfg()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spim.c | 237 nrf_gpio_pin_dir_t dir, in pin_init() argument 249 if (dir == NRF_GPIO_PIN_DIR_OUTPUT) in pin_init() 266 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()
|