Enum Pendsvclr
pub enum Pendsvclr {
_0 = 0,
_1 = 1,
}Expand description
PendSV clear-pending bit
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pendsvclr
impl Eq for Pendsvclr
impl StructuralPartialEq for Pendsvclr
Auto Trait Implementations§
impl Freeze for Pendsvclr
impl RefUnwindSafe for Pendsvclr
impl Send for Pendsvclr
impl Sync for Pendsvclr
impl Unpin for Pendsvclr
impl UnwindSafe for Pendsvclr
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