pub enum INTBG_A {
DISABLED,
ENABLED,
}
Expand description
Interrupt at Block Gap
Value on reset: 0
Variants
DISABLED
0: Disabled
ENABLED
1: Enabled
Trait Implementations
impl Copy for INTBG_A
impl StructuralPartialEq for INTBG_A
Auto Trait Implementations
impl RefUnwindSafe for INTBG_A
impl Send for INTBG_A
impl Sync for INTBG_A
impl Unpin for INTBG_A
impl UnwindSafe for INTBG_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