Struct Ctl
#[repr(transparent)]pub struct Ctl(pub u32);Expand description
ETB Control Register
Tuple Fields§
§0: u32Implementations§
§impl Ctl
impl Ctl
pub const fn tracecapten(&self) -> bool
pub const fn tracecapten(&self) -> bool
ETB Trace Capture Enable. This is the master enable bit forcing FtStopped HIGH when TraceCaptEn is LOW. When capture is disabled, any remaining data in the ATB formatter is stored to RAM. When all data is stored the formatter outputs FtStopped. Capture is fully disabled, or complete, when FtStopped goes HIGH. See ETB Formatter and Flush Status Register, FFSR, 0x300.
pub const fn set_tracecapten(&mut self, val: bool)
pub const fn set_tracecapten(&mut self, val: bool)
ETB Trace Capture Enable. This is the master enable bit forcing FtStopped HIGH when TraceCaptEn is LOW. When capture is disabled, any remaining data in the ATB formatter is stored to RAM. When all data is stored the formatter outputs FtStopped. Capture is fully disabled, or complete, when FtStopped goes HIGH. See ETB Formatter and Flush Status Register, FFSR, 0x300.