pub enum INTHALF_A {
INTHALF_0,
INTHALF_1,
}
Expand description
Enable an interrupt when major counter is half complete.
Value on reset: 0
Variants§
INTHALF_0
0: The half-point interrupt is disabled.
INTHALF_1
1: The half-point interrupt is enabled.
Trait Implementations§
impl Copy for INTHALF_A
impl StructuralPartialEq for INTHALF_A
Auto Trait Implementations§
impl Freeze for INTHALF_A
impl RefUnwindSafe for INTHALF_A
impl Send for INTHALF_A
impl Sync for INTHALF_A
impl Unpin for INTHALF_A
impl UnwindSafe for INTHALF_A
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)