Enum Intmajor
pub enum Intmajor {
_0 = 0,
_1 = 1,
}Expand description
Enable an interrupt when major iteration count completes.
Value on reset: 0
Variants§
_0 = 0
0: The end-of-major loop interrupt is disabled.
_1 = 1
1: The end-of-major loop interrupt is enabled.
Trait Implementations§
impl Copy for Intmajor
impl Eq for Intmajor
impl StructuralPartialEq for Intmajor
Auto Trait Implementations§
impl Freeze for Intmajor
impl RefUnwindSafe for Intmajor
impl Send for Intmajor
impl Sync for Intmajor
impl Unpin for Intmajor
impl UnwindSafe for Intmajor
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