pub enum Pendstsetselect {
Value0 = 0,
Value1 = 1,
}
Expand description
SysTick set-pending bit
Value on reset: 0
Variants§
Value0 = 0
0: Write: no effect; read: SysTick exception is not pending
Value1 = 1
1: Write: changes SysTick exception state to pending; read: SysTick exception is pending
Trait Implementations§
Source§impl Clone for Pendstsetselect
impl Clone for Pendstsetselect
Source§fn clone(&self) -> Pendstsetselect
fn clone(&self) -> Pendstsetselect
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 Pendstsetselect
impl Debug for Pendstsetselect
Source§impl From<Pendstsetselect> for bool
impl From<Pendstsetselect> for bool
Source§fn from(variant: Pendstsetselect) -> Self
fn from(variant: Pendstsetselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pendstsetselect
impl PartialEq for Pendstsetselect
impl Copy for Pendstsetselect
impl Eq for Pendstsetselect
impl StructuralPartialEq for Pendstsetselect
Auto Trait Implementations§
impl Freeze for Pendstsetselect
impl RefUnwindSafe for Pendstsetselect
impl Send for Pendstsetselect
impl Sync for Pendstsetselect
impl Unpin for Pendstsetselect
impl UnwindSafe for Pendstsetselect
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