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