Lines Matching refs:data

133 	MIPI_SYST_TYPE_RAW = 6,            /**< raw binary data           */
194 * into the mipi_syst_guid data structure. The following example shows
227 /** SyS-T client origin data
229 * This structure holds the GUID or header origin and unit data
295 * @param p user defined value or pointer to data
341 * the raw message data.
346 * pdesc into raw binary data. This list doesn't include
349 * the 32-bit message tag data
381 * Extend Platform global SyS-T data state
383 * This define extends the global SyS-T state data structure
385 * stores data for SyS-T handle creation processing in this structure.
387 * Note: This data is not touched by the library code itself, but typically
391 * modify the platform state data.
393 * The platform example uses #mipi_syst_platform_state as data state extension.
398 * Extend SyS-T handle data state
400 * This define extends the SyS-T handle state data structure
402 * stores data for fast trace hardware access in the handle data, for
437 * Set this define if your platform supports an atomic 64-bit data write
470 * The library comes with an output routine that is intended to write data out
472 * only low-level access macros must be provided for outputting data. These
505 * Enable raw data output APIs
575 * Set this define if the message data shall include the optional length
584 * Enable message data CRC32 generation.
636 * Message data header tag definition
639 * message originator and decoding information for the data following
737 union mipi_syst_msglocation32 loc32; /**< data for 32-bit variant */
738 union mipi_syst_msglocation64 loc64; /**< data for 64-bit variant */