nfc_abort_command ( nfc_device_t* pnd )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_configure ( nfc_device_t* pnd, nfc_device_option_t const ndo, bool const bEnable )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_connect ( nfc_device_desc_t* pndd )Return value (pointer) has base type 'nfc_device_t'.
nfc_device_name ( nfc_device_t* pnd )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_disconnect ( nfc_device_t* pnd )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_emulate_target ( nfc_device_t* pnd, nfc_emulator* emulator )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_deselect_target ( nfc_device_t* pnd )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_init ( nfc_device_t* pnd )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_list_passive_targets ( nfc_device_t* pnd, nfc_modulation_t const nm, nfc_target_t* ant, size_t const szTargets, size_t* pszTargetFound )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_select_dep_target ( nfc_device_t* pnd, nfc_dep_mode_t const ndm, nfc_baud_rate_t const nbr, nfc_dep_info_t const* pndiInitiator, nfc_target_t* pnt )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_select_passive_target ( nfc_device_t* pnd, nfc_modulation_t const nm, byte_t const* pbtInitData, size_t const szInitData, nfc_target_t* pnt )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_transceive_bits ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTxBits, byte_t const* pbtTxPar, byte_t* pbtRx, size_t* pszRxBits, byte_t* pbtRxPar )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_transceive_bits_timed ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTxBits, byte_t const* pbtTxPar, byte_t* pbtRx, size_t* pszRxBits, byte_t* pbtRxPar, uint16_t* cycles )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_transceive_bytes ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTx, byte_t* pbtRx, size_t* pszRx )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_initiator_transceive_bytes_timed ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTx, byte_t* pbtRx, size_t* pszRx, uint16_t* cycles )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_perror ( nfc_device_t const* pnd, char const* pcString )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_strerror ( nfc_device_t const* pnd )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_strerror_r ( nfc_device_t const* pnd, char* pcStrErrBuf, size_t szBufLen )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_target_init ( nfc_device_t* pnd, nfc_target_t* pnt, byte_t* pbtRx, size_t* pszRx )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_target_receive_bits ( nfc_device_t* pnd, byte_t* pbtRx, size_t* pszRxBits, byte_t* pbtRxPar )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_target_receive_bytes ( nfc_device_t* pnd, byte_t* pbtRx, size_t* pszRx )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_target_send_bits ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTxBits, byte_t const* pbtTxPar )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.
nfc_target_send_bytes ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTx )1st parameter 'pnd' (pointer) has base type 'nfc_device_t'.