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_init ( nfc_device_t const* pnd )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_initiator_select_dep_target ( nfc_device_t const* pnd, nfc_modulation_t const nmInitModulation, byte_t const* pbtPidData, size_t const szPidDataLen, byte_t const* pbtNFCID3i, size_t const szNFCID3iDataLen, byte_t const* pbtGbData, size_t const szGbDataLen, nfc_target_info_t* pti )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_initiator_transceive_bits ( nfc_device_t const* 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 const* pnd, byte_t const* pbtTx, size_t const szTxLen, byte_t* pbtRx, size_t* pszRxLen )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_target_init ( nfc_device_t const* pnd, byte_t* pbtRx, size_t* pszRxBits )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_target_receive_bits ( nfc_device_t const* 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 const* pnd, byte_t* pbtRx, size_t* pszRxLen )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.
nfc_target_send_bits ( nfc_device_t const* 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 const* pnd, byte_t const* pbtTx, size_t const szTxLen )Field 'pnd->pdc' in 1st parameter 'pnd' (pointer) has base type 'driver_callbacks'.