Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_spi.c142 mosi_pin = NRF_SPI_PIN_NOT_CONNECTED; in nrfx_spi_init()
152 miso_pin = NRF_SPI_PIN_NOT_CONNECTED; in nrfx_spi_init()
203 if (miso_pin != NRF_SPI_PIN_NOT_CONNECTED) in nrfx_spi_uninit()
209 if (mosi_pin != NRF_SPI_PIN_NOT_CONNECTED) in nrfx_spi_uninit()
/lk-master/external/platform/nrfx/hal/
A Dnrf_spi.h53 #define NRF_SPI_PIN_NOT_CONNECTED 0xFFFFFFFF macro

Completed in 4 milliseconds