Type Alias ocsd_swt_info_t

Source
pub type ocsd_swt_info_t = _ocsd_swt_info;
Expand description

@name Software Trace Packets Info

Contains the information for the generic software trace output packet.

Software trace packet master and channel data. Payload info: size - packet payload size in bits; marker - if this packet has a marker/flag timestamp - if this packet has a timestamp associated number of packets - packet processor can optionally correlate identically sized packets on the same master / channel to be output as a single generic packet

Payload output as separate LE buffer, of sufficient bytes to hold all the packets. @{

Aliased Type§

struct ocsd_swt_info_t {
    pub swt_master_id: u16,
    pub swt_channel_id: u16,
    pub __bindgen_anon_1: _ocsd_swt_info__bindgen_ty_1,
}

Fields§

§swt_master_id: u16§swt_channel_id: u16§__bindgen_anon_1: _ocsd_swt_info__bindgen_ty_1