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