Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spi.h109 nrf_gpio_pin_pull_t miso_pull; ///< MISO pull up configuration. member
152 .miso_pull = NRF_GPIO_PIN_NOPULL, \
Dnrfx_spim.h101 nrf_gpio_pin_pull_t miso_pull; ///< MISO pull up configuration. member
162 .miso_pull = NRF_GPIO_PIN_NOPULL, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c98 nrf_gpio_cfg_input(p_config->miso_pin, p_config->miso_pull); in pins_configure()
Dnrfx_spim.c306 pin_init(p_config->miso_pin, NRF_GPIO_PIN_DIR_INPUT, p_config->miso_pull, pin_drive, 0); in configure_pins()