Home | History | Annotate | Download | only in src

Lines Matching defs:Size

160 #define PH_FRINFC_NDEFMAP_TOPAZ_MAX_SIZE                  256  /**< \internal Total Memory size = 96 bytes (newer version have mode) */
161 #define PH_FRINFC_NDEFMAP_TOPAZ_UID_SIZE 0x04 /**< \internal UID size returned by READID command = 4 bytes */
237 * \name Buffer Size Definitions
241 /** \ingroup grp_fri_nfc_ndef_map Minimum size of the TRX buffer required */
243 /** \internal The size of s MIFARE block */
264 /**< \internal NDEF TLV size */
266 /**< \internal NDEF TLV size */
277 /**< \internal Remaining size that can be read */
461 /** To store the remaining size of the Mifare 1k or 4k card */
463 /** To update the remaining size when writing to the Mifare 1k or 4k card */
518 uint16_t NdefFileSize; /**< \internal Holds Desfire File Size */
521 uint16_t MaxRespSize; /**< \internal Maximum expected response size. */
522 uint16_t MaxCmdSize; /**< \internal Maximum command size. */
549 /** This stores the free memory size left in the card */
634 /** Actual size to read and write. This will be always equal to the
650 * Size and PageCntrl details.
659 /** Specifies the Size of the lock area in terms of
661 uint16_t Size;
688 * Size and PageCntrl details of the reserved byte area.
697 /** Specifies the Size of the lock area in terms of
699 uint16_t Size;
730 /** This stores the free memory size left in the card. In case of topaz,
761 /** Size to know the exact data filled in the ReadBuffer. Useful, when the
775 /** Actual NDEF message size */
778 /** NDEF Read Write size in the card, this excludes lock and reserved bytes,
782 /** Remaining read size in the card, after reading the card.
831 /**< \internal Size allocated to the ApduBuffer. */
837 /**< \internal Pointer to the user-provided Data Size to be written trough WrNdef function. */
865 /**< \internal Stores the memory size of the card */
991 * The size shall be at least \ref PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE .
992 * \param[in] TrxBufferSize The size of TrxBuffer:
993 * The size shall be at least \ref PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE .
996 * The size shall be at least \ref PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE .
997 * \param[in] ReceiveLength The size of ReceiveBuffer. This specifies the actual length
999 * The size shall be at least \ref PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE .
1223 * \brief Ndef Mapping \b Get Container size function
1225 * \copydoc page_ovr Returns the size of the NDEF data that the card can hold to the caller.
1230 * \param[out] size Pointer to a uint32_t variable, which receives the size of the NDEF data
1232 * \retval NFCSTATUS_SUCCESS The size has been successfully calculated.
1296 * \param[in] NdefCardSize The total card size
1326 /**< Previous operation is Actual size */