#[repr(u8)]pub enum MODE_A {
DISABLE = 0,
EM2EN = 1,
EM3EN = 2,
EM4EN = 3,
}
Expand description
BURTC Enable
Value on reset: 0
Variants§
DISABLE = 0
0: The BURTC is disabled.
EM2EN = 1
1: The BURTC is in normal operating mode, operating in EM0-EM2. Oscillators must be enabled in CMU for use.
EM3EN = 2
2: The BURTC is enabled in EM0-EM3. Will prevent CMU from disabling used oscillators all the way down to EM3.
EM4EN = 3
3: The BURTC is enabled in EM0-EM4. Will prevent CMU from disabling used oscillators all the way down to EM4.
Trait Implementations§
impl Copy for MODE_A
impl StructuralPartialEq for MODE_A
Auto Trait Implementations§
impl Freeze for MODE_A
impl RefUnwindSafe for MODE_A
impl Send for MODE_A
impl Sync for MODE_A
impl Unpin for MODE_A
impl UnwindSafe for MODE_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