Enum Sevonpend
pub enum Sevonpend {
_0 = 0,
_1 = 1,
}Expand description
Send Event on Pending bit
Value on reset: 0
Variants§
_0 = 0
0: only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded
_1 = 1
1: enabled events and all interrupts, including disabled interrupts, can wakeup the processor
Trait Implementations§
impl Copy for Sevonpend
impl Eq for Sevonpend
impl StructuralPartialEq for Sevonpend
Auto Trait Implementations§
impl Freeze for Sevonpend
impl RefUnwindSafe for Sevonpend
impl Send for Sevonpend
impl Sync for Sevonpend
impl Unpin for Sevonpend
impl UnwindSafe for Sevonpend
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