![]() |
Mbed OS Reference
|
Data Structures | |
| struct | __transport |
Transport | |
| typedef void(* | nfc_transport_write_fn_t) (uint8_t address, const uint8_t *outBuf, size_t outLen, void *pUser) |
| Function called to write a register's value. | |
| typedef void(* | nfc_transport_read_fn_t) (uint8_t address, uint8_t *inBuf, size_t inLen, void *pUser) |
| Function called to read a register's value. | |
| typedef void(* nfc_transport_write_fn_t) (uint8_t address, const uint8_t *outBuf, size_t outLen, void *pUser) |
Function called to write a register's value.
| address | address of the register to write to |
| outBuf | buffer to write |
| outLen | buffer's length |
| pUser | parameter passed to the nfc_transport_init function |
Definition at line 46 of file nfc_transport.h.
| typedef void(* nfc_transport_read_fn_t) (uint8_t address, uint8_t *inBuf, size_t inLen, void *pUser) |
Function called to read a register's value.
| address | address to read packet from |
| inBuf | buffer to read |
| inLen | buffer's length |
| pUser | parameter passed to the nfc_transport_init function |
Definition at line 54 of file nfc_transport.h.