Searched refs:NRF_SPI_PIN_NOT_CONNECTED (Results 1 – 2 of 2) sorted by relevance
118 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()
64 #define NRF_SPI_PIN_NOT_CONNECTED 0xFFFFFFFF macro