Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_spi.h154 #define NRFX_SPI_SINGLE_XFER(p_tx, tx_len, p_rx, rx_len) \ macro
164 NRFX_SPI_SINGLE_XFER(p_tx_buf, tx_length, p_rx_buf, rx_length)
168 NRFX_SPI_SINGLE_XFER(p_buf, length, NULL, 0)
172 NRFX_SPI_SINGLE_XFER(NULL, 0, p_buf, length)

Completed in 2 milliseconds