pub enum Tickintselect {
    Value0 = 0,
    Value1 = 1,
}Expand description
SysTick Exception Request Enable
Value on reset: 0
Variants§
Value0 = 0
0: Counting down to 0 does not assert the SysTick exception request
Value1 = 1
1: Counting down to 0 asserts the SysTick exception request
Trait Implementations§
Source§impl Clone for Tickintselect
 
impl Clone for Tickintselect
Source§fn clone(&self) -> Tickintselect
 
fn clone(&self) -> Tickintselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for Tickintselect
 
impl Debug for Tickintselect
Source§impl From<Tickintselect> for bool
 
impl From<Tickintselect> for bool
Source§fn from(variant: Tickintselect) -> Self
 
fn from(variant: Tickintselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Tickintselect
 
impl PartialEq for Tickintselect
impl Copy for Tickintselect
impl Eq for Tickintselect
impl StructuralPartialEq for Tickintselect
Auto Trait Implementations§
impl Freeze for Tickintselect
impl RefUnwindSafe for Tickintselect
impl Send for Tickintselect
impl Sync for Tickintselect
impl Unpin for Tickintselect
impl UnwindSafe for Tickintselect
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