pub enum MCKEN_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Master clock generator enable.
Value on reset: 1
Variants§
DISABLED = 0
0: Master clock generator disabled and PSEL.MCK not connected(available as GPIO).
ENABLED = 1
1: Master clock generator running and MCK output on PSEL.MCK.
Trait Implementations§
impl Copy for MCKEN_A
impl StructuralPartialEq for MCKEN_A
Auto Trait Implementations§
impl Freeze for MCKEN_A
impl RefUnwindSafe for MCKEN_A
impl Send for MCKEN_A
impl Sync for MCKEN_A
impl Unpin for MCKEN_A
impl UnwindSafe for MCKEN_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)