#[repr(C)]pub struct _ocsd_swt_info {
pub swt_master_id: u16,
pub swt_channel_id: u16,
pub __bindgen_anon_1: _ocsd_swt_info__bindgen_ty_1,
}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. @{
Fields§
§swt_master_id: u16§swt_channel_id: u16§__bindgen_anon_1: _ocsd_swt_info__bindgen_ty_1Trait Implementations§
Source§impl Clone for _ocsd_swt_info
impl Clone for _ocsd_swt_info
Source§fn clone(&self) -> _ocsd_swt_info
fn clone(&self) -> _ocsd_swt_info
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _ocsd_swt_info
Auto Trait Implementations§
impl Freeze for _ocsd_swt_info
impl RefUnwindSafe for _ocsd_swt_info
impl Send for _ocsd_swt_info
impl Sync for _ocsd_swt_info
impl Unpin for _ocsd_swt_info
impl UnwindSafe for _ocsd_swt_info
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more