Home | History | Annotate | Download | only in src

Lines Matching defs:Buffer

237  * \name Buffer Size Definitions
241 /** \ingroup grp_fri_nfc_ndef_map Minimum size of the TRX buffer required */
306 /**< Buffer to store odd number of block data */
449 /** Buffer to store 16 bytes */
450 uint8_t Buffer[PH_FRINFC_NDEFMAP_MIFARESTD_RDWR_SIZE];
542 /** index of the above buffer */
545 data has to be copied into the user buffer */
550 /** Buffer to store 4 bytes of data which is written to a block */
551 uint8_t Buffer[PH_FRINFC_NDEFMAP_MFUL_4BYTES_BUF];
630 /** Buffer to store 4 bytes of data which is written to a block */
632 /** Buffer to store 4 bytes of data which is written to a next block */
738 /** Store the Buffer Index */
816 /**< \internal Pointer to a temporary buffer. Could be
823 /**< \internal Index to the APDU Buffer. Used for internal calculations */
880 /** \internal Buffer of 5 bytes used for the write operation for the
976 * \param[in] TrxBuffer Pointer to an internally used buffer. The buffer has to be allocated by
978 * this storage is to serve as an intermediate buffer for data frame
983 * \param[in] ReceiveBuffer Pointer to a buffer that the component uses internally use to
1081 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
1126 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
1155 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
1203 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.