Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_spi.c134 if (p_config->mosi_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_init()
145 if (p_config->miso_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_init()
155 if (p_config->ss_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_init()
214 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_uninit()
229 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in finish_transfer()
339 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in spi_xfer()
376 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_xfer()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_spi.h84 #define NRFX_SPI_PIN_NOT_USED 0xFF macro

Completed in 3 milliseconds