Searched refs:NRF_GPIO_PIN_DIR_INPUT (Results 1 – 8 of 8) sorted by relevance
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_gpio.h | 183 NRF_GPIO_PIN_DIR_INPUT = GPIO_PIN_CNF_DIR_Input, ///< Input. enumerator 1079 NRF_GPIO_PIN_DIR_INPUT, in nrf_gpio_cfg_input() 1090 uint32_t cnf = ((uint32_t)NRF_GPIO_PIN_DIR_INPUT << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_port_pin_input_set() 1107 NRF_GPIO_PIN_DIR_INPUT, in nrf_gpio_cfg_default() 1137 NRF_GPIO_PIN_DIR_INPUT, in nrf_gpio_cfg_sense_input() 1153 if (direction == NRF_GPIO_PIN_DIR_INPUT) in nrf_gpio_pin_dir_set() 1157 NRF_GPIO_PIN_DIR_INPUT, in nrf_gpio_pin_dir_set()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spis.c | 112 NRF_GPIO_PIN_DIR_INPUT, in pins_configure() 124 NRF_GPIO_PIN_DIR_INPUT, in pins_configure() 134 NRF_GPIO_PIN_DIR_INPUT, in pins_configure() 145 NRF_GPIO_PIN_DIR_INPUT, in pins_configure()
|
| D | nrfx_qspi.c | 72 NRF_GPIO_PIN_DIR_INPUT, \
|
| D | nrfx_twis.c | 145 NRF_GPIO_PIN_DIR_INPUT, in nrfx_twis_config_pin()
|
| D | nrfx_twi.c | 74 NRF_GPIO_PIN_DIR_INPUT, \
|
| D | nrfx_twim.c | 75 NRF_GPIO_PIN_DIR_INPUT, \
|
| D | nrfx_spim.c | 306 pin_init(p_config->miso_pin, NRF_GPIO_PIN_DIR_INPUT, p_config->miso_pull, pin_drive, 0); in configure_pins()
|
| D | nrfx_gpiote.c | 633 nrf_gpio_pin_dir_t dir = NRF_GPIO_PIN_DIR_INPUT; in gpiote_input_configure()
|