Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 7 of 7) sorted by relevance

/mipi-sys-t-latest/library/doxygen/
DProtocol.md34 In order to timestamp packets and to give an indication of a valid SyS-T
77 - An optional [SyS-T timestamp] (#syst_prot_timestamp)
135 mipi_syst_u32 et_timestamp:1;/**< indicate 64 bit timestamp */
271 The default usage for the SyS-T protocol is to rely on a transport timestamp
273 In this case, a SyS-T Message does not carry its own timestamp information. In
274 scenarios where no hardware time stamp exists, or this timestamp is not
283 their own with the trace timestamp of the underlying transport protocol. This
285 transport protocol timestamp and the source clock value and frequency from
DCatgen.md182 <syst:Option Name="syst:timestamp">displayAsField</syst:Option>
/mipi-sys-t-latest/printer/include/
Dmipi_syst_message.h76 uint32_t timestamp : 1; ///< indicate 64 bit timestamp member
90 uint32_t timestamp : 1; ///< indicate 64 bit timestamp
/mipi-sys-t-latest/library/platform/mipi_stp_sim/src/
Dmipi_syst_platform.c122 mipi_syst_u64 timestamp; /* first timestamp */ member
176 delta = mipi_syst_get_epoch_us() - p->timestamp; in deltaTime()
382 writer_state.timestamp = mipi_syst_get_epoch_us(); in mipi_syst_platform_init()
/mipi-sys-t-latest/library/include/
Dmipi_syst.h.in561 * Enable protocol timestamp.
563 * This option adds a timestamp into the SyS-T protocol. This
565 * timestamped trace protocol like MIPI STP or if the HW timestamp cannot
650 mipi_syst_u32 et_timestamp : 1;/**< indicate 64-bit timestamp */
664 mipi_syst_u32 et_timestamp : 1;/**< indicate 64-bit timestamp */
/mipi-sys-t-latest/printer/src/
Dmipi_syst_message.cpp338 if (msg.getHeader().field.timestamp) { in operator <<()
Dmipi_syst_decode.cpp309 if (dest.getHeader().field.timestamp) { in decodeNormalMessage()