#[repr(u8)]
pub enum STARTUP_A {
    CYCLE2048,
    CYCLE4096,
    CYCLE16384,
    CYCLE32768,
    CYCLE65536,
    CYCLE131072,
    CYCLE262144,
}Expand description
Oscillator Start-Up Time
Value on reset: 0
Variants
CYCLE2048
0: 62.6 ms
CYCLE4096
1: 125 ms
CYCLE16384
2: 500 ms
CYCLE32768
3: 1000 ms
CYCLE65536
4: 2000 ms
CYCLE131072
5: 4000 ms
CYCLE262144
6: 8000 ms
Trait Implementations
impl Copy for STARTUP_A
impl StructuralPartialEq for STARTUP_A
Auto Trait Implementations
impl RefUnwindSafe for STARTUP_A
impl Send for STARTUP_A
impl Sync for STARTUP_A
impl Unpin for STARTUP_A
impl UnwindSafe for STARTUP_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