![]() |
LibDriver MFRC522
1.0.0
MFRC522 full-featured driver
|
mfrc522 extern driver modules More...
Functions | |
uint8_t | mfrc522_set_reg (mfrc522_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
set the chip register More... | |
uint8_t | mfrc522_get_reg (mfrc522_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
get the chip register More... | |
mfrc522 extern driver modules
uint8_t mfrc522_get_reg | ( | mfrc522_handle_t * | handle, |
uint8_t | reg, | ||
uint8_t * | buf, | ||
uint16_t | len | ||
) |
get the chip register
[in] | *handle | pointer to an mfrc522 handle structure |
[in] | reg | register address |
[out] | *buf | pointer to a data buffer |
[in] | len | data buffer length |
Definition at line 7806 of file driver_mfrc522.c.
uint8_t mfrc522_set_reg | ( | mfrc522_handle_t * | handle, |
uint8_t | reg, | ||
uint8_t * | buf, | ||
uint16_t | len | ||
) |
set the chip register
[in] | *handle | pointer to an mfrc522 handle structure |
[in] | reg | register address |
[in] | *buf | pointer to a data buffer |
[in] | len | data buffer length |
Definition at line 7779 of file driver_mfrc522.c.