nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ st25r3911b_multiple_reg_read()

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.

Parameters
[in]start_regThe address of the register from which the reading will start. See Registers for the register addresses.
[out]valRead registers values.
[in]lenNumber of registers to read.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.