Enum Systickact
pub enum Systickact {
_0 = 0,
_1 = 1,
}Expand description
SysTick exception active bit, reads as 1 if exception is active
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Systickact
impl Clone for Systickact
§fn clone(&self) -> Systickact
fn clone(&self) -> Systickact
Returns a duplicate 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 more§impl Debug for Systickact
impl Debug for Systickact
§impl Format for Systickact
impl Format for Systickact
§impl From<Systickact> for bool
impl From<Systickact> for bool
§fn from(variant: Systickact) -> Self
fn from(variant: Systickact) -> Self
Converts to this type from the input type.
§impl PartialEq for Systickact
impl PartialEq for Systickact
impl Copy for Systickact
impl Eq for Systickact
impl StructuralPartialEq for Systickact
Auto Trait Implementations§
impl Freeze for Systickact
impl RefUnwindSafe for Systickact
impl Send for Systickact
impl Sync for Systickact
impl Unpin for Systickact
impl UnwindSafe for Systickact
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