Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Transceiver
Protocols and RF configuration | |
| enum | __RF_PROTOCOL |
| enum | __RF_BITRATE |
| typedef enum __RF_PROTOCOL | RF_PROTOCOL |
| typedef uint32_t | RF_OPTION |
| typedef enum __RF_BITRATE | RF_BITRATE |
Initialization | |
| void | transceiver_init (nfc_transceiver_t *pTransceiver, nfc_transport_t *pTransport, nfc_scheduler_timer_t *pTimer) |
| Initialize nfc_transceiver_t structure. | |
Function Documentation
| void transceiver_init | ( | nfc_transceiver_t * | pTransceiver, |
| nfc_transport_t * | pTransport, | ||
| nfc_scheduler_timer_t * | pTimer | ||
| ) |
Initialize nfc_transceiver_t structure.
- Parameters:
-
pTransceiver pointer to nfc_transceiver_t structure to initialize pTransport pointer to already initialized nfc_transport_t structure pImpl pointer to the structure implementing the transceiver interface (eg pn512_t or pn532_t)
Definition at line 37 of file transceiver.c.
Generated on Tue Jul 12 2022 13:54:14 by
1.7.2