nfc_configure ( nfc_device_t* pnd, nfc_device_option_t const ndo, bool const bEnable )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_connect ( nfc_device_desc_t* pndd )Field 'retval->pdc' in return value (pointer) has base type 'driver_callbacks'.
nfc_device_name ( nfc_device_t* pnd )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_disconnect ( nfc_device_t* pnd )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_initiator_deselect_target ( nfc_device_t* pnd )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_initiator_init ( nfc_device_t* pnd )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
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 )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_initiator_poll_targets ( nfc_device_t* pnd, nfc_modulation_t const* pnmTargetTypes, size_t const szTargetTypes, byte_t const btPollNr, byte_t const btPeriod, nfc_target_t* pntTargets, size_t* pszTargetFound )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
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 )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
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 )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
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 )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_initiator_transceive_bytes ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTx, byte_t* pbtRx, size_t* pszRx )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_perror ( nfc_device_t const* pnd, char const* pcString )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_strerror ( nfc_device_t const* pnd )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_strerror_r ( nfc_device_t const* pnd, char* pcStrErrBuf, size_t szBufLen )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_target_init ( nfc_device_t* pnd, nfc_target_t* pnt, byte_t* pbtRx, size_t* pszRx )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_target_receive_bits ( nfc_device_t* pnd, byte_t* pbtRx, size_t* pszRxBits, byte_t* pbtRxPar )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_target_receive_bytes ( nfc_device_t* pnd, byte_t* pbtRx, size_t* pszRx )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_target_send_bits ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTxBits, byte_t const* pbtTxPar )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_target_send_bytes ( nfc_device_t* pnd, byte_t const* pbtTx, size_t const szTx )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.