pub enum NIDBG_A {
IDBG,
NIDBG,
}
Expand description
Non-intrusive debug enable
Value on reset: 0
Variants
IDBG
0: Debugging is intrusive (reads of BDPR from debugger are considered and increment the internal buffer pointer)
NIDBG
1: Debugging is not intrusive (reads of BDPR from debugger are discarded and do not increment the internal buffer pointer)
Trait Implementations
impl Copy for NIDBG_A
impl StructuralPartialEq for NIDBG_A
Auto Trait Implementations
impl RefUnwindSafe for NIDBG_A
impl Send for NIDBG_A
impl Sync for NIDBG_A
impl Unpin for NIDBG_A
impl UnwindSafe for NIDBG_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more