Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

Transceiver

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:
pTransceiverpointer to nfc_transceiver_t structure to initialize
pTransportpointer to already initialized nfc_transport_t structure
pImplpointer to the structure implementing the transceiver interface (eg pn512_t or pn532_t)

Definition at line 37 of file transceiver.c.