pub enum OstimerIntena {
InterruptsBlocked = 0,
InterruptsEnabled = 1,
}Expand description
Interrupt or Wake-Up Request
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for OstimerIntena
impl Clone for OstimerIntena
Source§fn clone(&self) -> OstimerIntena
fn clone(&self) -> OstimerIntena
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OstimerIntena
Source§impl Debug for OstimerIntena
impl Debug for OstimerIntena
impl Eq for OstimerIntena
Source§impl From<OstimerIntena> for bool
impl From<OstimerIntena> for bool
Source§fn from(variant: OstimerIntena) -> Self
fn from(variant: OstimerIntena) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OstimerIntena
impl PartialEq for OstimerIntena
Source§fn eq(&self, other: &OstimerIntena) -> bool
fn eq(&self, other: &OstimerIntena) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OstimerIntena
Auto Trait Implementations§
impl Freeze for OstimerIntena
impl RefUnwindSafe for OstimerIntena
impl Send for OstimerIntena
impl Sync for OstimerIntena
impl Unpin for OstimerIntena
impl UnsafeUnpin for OstimerIntena
impl UnwindSafe for OstimerIntena
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