pub struct MTB(/* private fields */);Expand description
Micro Trace Buffer
Can be used to control the Micro Trace Buffer using various methods on
syscon::Handle.
Trait Implementations§
Source§impl ClockControl for MTB
impl ClockControl for MTB
Source§fn enable_clock<'w>(&self, w: &'w mut W) -> &'w mut W
fn enable_clock<'w>(&self, w: &'w mut W) -> &'w mut W
Internal method to enable a peripheral clock
Source§fn disable_clock<'w>(&self, w: &'w mut W) -> &'w mut W
fn disable_clock<'w>(&self, w: &'w mut W) -> &'w mut W
Internal method to disable a peripheral clock
Auto Trait Implementations§
impl Freeze for MTB
impl RefUnwindSafe for MTB
impl Send for MTB
impl Sync for MTB
impl Unpin for MTB
impl UnwindSafe for MTB
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