#[repr(u8)]
pub enum STARTUP_A {
Show 16 variants
    CYCLE1,
    CYCLE2,
    CYCLE4,
    CYCLE8,
    CYCLE16,
    CYCLE32,
    CYCLE64,
    CYCLE128,
    CYCLE256,
    CYCLE512,
    CYCLE1024,
    CYCLE2048,
    CYCLE4096,
    CYCLE8192,
    CYCLE16384,
    CYCLE32768,
}Expand description
Start-Up Time
Value on reset: 0
Variants
CYCLE1
0: 31 us
CYCLE2
1: 61 us
CYCLE4
2: 122 us
CYCLE8
3: 244 us
CYCLE16
4: 488 us
CYCLE32
5: 977 us
CYCLE64
6: 1953 us
CYCLE128
7: 3906 us
CYCLE256
8: 7813 us
CYCLE512
9: 15625 us
CYCLE1024
10: 31250 us
CYCLE2048
11: 62500 us
CYCLE4096
12: 125000 us
CYCLE8192
13: 250000 us
CYCLE16384
14: 500000 us
CYCLE32768
15: 1000000 us
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