Searched refs:NRFX_SPIM_SINGLE_XFER (Results 1 – 1 of 1) sorted by relevance
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_spim.h | 206 #define NRFX_SPIM_SINGLE_XFER(p_tx, tx_len, p_rx, rx_len) \ macro 216 NRFX_SPIM_SINGLE_XFER(p_tx_buf, tx_length, p_rx_buf, rx_length) 220 NRFX_SPIM_SINGLE_XFER(p_buf, length, NULL, 0) 224 NRFX_SPIM_SINGLE_XFER(NULL, 0, p_buf, length)
|
Completed in 3 milliseconds