Enum Inthalf
pub enum Inthalf {
_0 = 0,
_1 = 1,
}Expand description
Enable an interrupt when major counter is half complete.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Inthalf
impl Eq for Inthalf
impl StructuralPartialEq for Inthalf
Auto Trait Implementations§
impl Freeze for Inthalf
impl RefUnwindSafe for Inthalf
impl Send for Inthalf
impl Sync for Inthalf
impl Unpin for Inthalf
impl UnwindSafe for Inthalf
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