#[repr(u8)]pub enum Tickint {
INTERRUPT_DISABLED = 0,
INTERRUPT_ENABLED = 1,
}Variants§
INTERRUPT_DISABLED = 0
counting down to 0 does not assert the SysTick exception request
INTERRUPT_ENABLED = 1
counting down to 0 asserts the SysTick exception request
Implementations§
Trait Implementations§
Source§impl Ord for Tickint
impl Ord for Tickint
Source§impl PartialOrd for Tickint
impl PartialOrd for Tickint
impl Copy for Tickint
impl Eq for Tickint
impl StructuralPartialEq for Tickint
Auto Trait Implementations§
impl Freeze for Tickint
impl RefUnwindSafe for Tickint
impl Send for Tickint
impl Sync for Tickint
impl Unpin for Tickint
impl UnwindSafe for Tickint
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