Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
log_frontend_stmesp_demux_hw_event Struct Reference

Packet with HW event. More...

#include <log_frontend_stmesp_demux.h>

Data Fields

 MPSC_PBUF_HDR
 Data for MPSC packet handling.
 
uint64_t type: 2
 Type.
 
uint64_t content_invalid: 1
 Flag indicating if packet is valid.
 
uint64_t timestamp: 59
 Timestamp.
 
uint8_t evt
 HW event ID.
 

Detailed Description

Packet with HW event.

Field Documentation

◆ content_invalid

uint64_t log_frontend_stmesp_demux_hw_event::content_invalid

Flag indicating if packet is valid.

◆ evt

uint8_t log_frontend_stmesp_demux_hw_event::evt

HW event ID.

◆ MPSC_PBUF_HDR

log_frontend_stmesp_demux_hw_event::MPSC_PBUF_HDR

Data for MPSC packet handling.

◆ timestamp

uint64_t log_frontend_stmesp_demux_hw_event::timestamp

Timestamp.

◆ type

uint64_t log_frontend_stmesp_demux_hw_event::type

Type.


The documentation for this struct was generated from the following file: