pub enum INTCLKS_A {
    NOT_READY,
    READY,
}Expand description
Internal Clock Stable
Value on reset: 0
Variants
NOT_READY
0: Not Ready
READY
1: Ready
Trait Implementations
impl Copy for INTCLKS_A
impl StructuralPartialEq for INTCLKS_A
Auto Trait Implementations
impl RefUnwindSafe for INTCLKS_A
impl Send for INTCLKS_A
impl Sync for INTCLKS_A
impl Unpin for INTCLKS_A
impl UnwindSafe for INTCLKS_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more