nRF Connect SDK API 2.8.99
|
int st25r3911b_multiple_reg_read | ( | uint8_t | start_reg, |
uint8_t * | val, | ||
size_t | len ) |
#include <lib/st25r3911b/st25r3911b_spi.h>
Read multiple NFC Reader registers.
The register address is auto-incrementing. Registers are read in the order ascending from the starting address.
[in] | start_reg | The address of the register from which the reading will start. See Registers for the register addresses. |
[out] | val | Read registers values. |
[in] | len | Number of registers to read. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |