#[repr(u8)]pub enum OSEL_A {
Disabled,
AlarmA,
AlarmB,
Wakeup,
}
Expand description
Output selection
Value on reset: 0
Variants§
Disabled
0: Output disabled
AlarmA
1: Alarm A output enabled
AlarmB
2: Alarm B output enabled
Wakeup
3: Wakeup output enabled
Trait Implementations§
source§impl PartialEq<OSEL_A> for OSEL_A
impl PartialEq<OSEL_A> for OSEL_A
impl Copy for OSEL_A
impl StructuralPartialEq for OSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for OSEL_A
impl Send for OSEL_A
impl Sync for OSEL_A
impl Unpin for OSEL_A
impl UnwindSafe for OSEL_A
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