Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_spi.h109 nrf_gpio_pin_pull_t miso_pull; ///< MISO pull up configuration. member
137 .miso_pull = NRF_GPIO_PIN_NOPULL, \
A Dnrfx_spim.h113 nrf_gpio_pin_pull_t miso_pull; ///< MISO pull up configuration. member
177 .miso_pull = NRF_GPIO_PIN_NOPULL, \
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_spi.c148 nrf_gpio_cfg_input(miso_pin, p_config->miso_pull); in nrfx_spi_init()
A Dnrfx_spim.c356 nrf_gpio_cfg_input(miso_pin, p_config->miso_pull); in nrfx_spim_init()

Completed in 6 milliseconds