Struct esp32c2_hal::assist_debug::DebugAssist
source · pub struct DebugAssist<'d> { /* private fields */ }
Implementations§
source§impl<'d> DebugAssist<'d>
impl<'d> DebugAssist<'d>
pub fn new( debug_assist: impl Peripheral<P = ASSIST_DEBUG> + 'd ) -> DebugAssist<'d>
source§impl<'d> DebugAssist<'d>
impl<'d> DebugAssist<'d>
pub fn enable_sp_monitor(&mut self, lower_bound: u32, upper_bound: u32)
pub fn disable_sp_monitor(&mut self)
pub fn clear_sp_monitor_interrupt(&mut self)
pub fn is_sp_monitor_interrupt_set(&self) -> bool
pub fn get_sp_monitor_pc(&self) -> u32
Auto Trait Implementations§
impl<'d> RefUnwindSafe for DebugAssist<'d>
impl<'d> Send for DebugAssist<'d>
impl<'d> Sync for DebugAssist<'d>
impl<'d> Unpin for DebugAssist<'d>
impl<'d> !UnwindSafe for DebugAssist<'d>
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