nRF Connect SDK API 2.8.99
|
int st25r3911b_fifo_write | ( | uint8_t * | data, |
size_t | length ) |
#include <lib/st25r3911b/st25r3911b_spi.h>
Write NFC Reader FIFO data.
Data from FIFO is written by SPI.The data length to write can be in the range of 1 to 96 bytes.
[in] | data | FIFO data to write. |
[in] | length | Length of data to write. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |