Home
last modified time | relevance | path

Searched refs:NRF_SPI_PIN_NOT_CONNECTED (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c118 p_config->mosi_pin : NRF_SPI_PIN_NOT_CONNECTED; in spi_configure()
120 p_config->miso_pin : NRF_SPI_PIN_NOT_CONNECTED; in spi_configure()
237 if (miso_pin != NRF_SPI_PIN_NOT_CONNECTED) in nrfx_spi_uninit()
243 if (mosi_pin != NRF_SPI_PIN_NOT_CONNECTED) in nrfx_spi_uninit()
/hal_nordic-latest/nrfx/hal/
Dnrf_spi.h64 #define NRF_SPI_PIN_NOT_CONNECTED 0xFFFFFFFF macro