Enum Tickint
pub enum Tickint {
_0 = 0,
_1 = 1,
}Expand description
Enables SysTick exception request
Value on reset: 0
Variants§
_0 = 0
0: counting down to 0 does not assert the SysTick exception request
_1 = 1
1: counting down to 0 asserts the SysTick exception request
Trait Implementations§
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