Enum Pendsvset
pub enum Pendsvset {
_0 = 0,
_1 = 1,
}Expand description
PendSV set-pending bit
Value on reset: 0
Variants§
_0 = 0
0: write: no effect; read: PendSV exception is not pending
_1 = 1
1: write: changes PendSV exception state to pending; read: PendSV exception is pending
Trait Implementations§
impl Copy for Pendsvset
impl Eq for Pendsvset
impl StructuralPartialEq for Pendsvset
Auto Trait Implementations§
impl Freeze for Pendsvset
impl RefUnwindSafe for Pendsvset
impl Send for Pendsvset
impl Sync for Pendsvset
impl Unpin for Pendsvset
impl UnwindSafe for Pendsvset
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