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