pub enum Sevonpendselect {
Value0 = 0,
Value1 = 1,
}
Expand description
Send Event on Pending bit
Value on reset: 0
Variants§
Value0 = 0
0: Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded
Value1 = 1
1: Enabled events and all interrupts, including disabled interrupts, can wakeup the processor
Trait Implementations§
Source§impl Clone for Sevonpendselect
impl Clone for Sevonpendselect
Source§fn clone(&self) -> Sevonpendselect
fn clone(&self) -> Sevonpendselect
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 Sevonpendselect
impl Debug for Sevonpendselect
Source§impl From<Sevonpendselect> for bool
impl From<Sevonpendselect> for bool
Source§fn from(variant: Sevonpendselect) -> Self
fn from(variant: Sevonpendselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sevonpendselect
impl PartialEq for Sevonpendselect
impl Copy for Sevonpendselect
impl Eq for Sevonpendselect
impl StructuralPartialEq for Sevonpendselect
Auto Trait Implementations§
impl Freeze for Sevonpendselect
impl RefUnwindSafe for Sevonpendselect
impl Send for Sevonpendselect
impl Sync for Sevonpendselect
impl Unpin for Sevonpendselect
impl UnwindSafe for Sevonpendselect
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