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