#[repr(u8)]pub enum OSEL_A {
DISABLED = 0,
ALARMA = 1,
ALARMB = 2,
WAKEUP = 3,
}
Expand description
Output selection
Value on reset: 0
Variants§
DISABLED = 0
0: Output disabled
ALARMA = 1
1: Alarm A output enabled
ALARMB = 2
2: Alarm B output enabled
WAKEUP = 3
3: Wakeup output enabled
Trait Implementations§
impl Copy for OSEL_A
impl StructuralPartialEq for OSEL_A
Auto Trait Implementations§
impl Freeze for OSEL_A
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