#[repr(u8)]pub enum WARMTIME_A {
_4CYCLES = 0,
_8CYCLES = 1,
_16CYCLES = 2,
_32CYCLES = 3,
_64CYCLES = 4,
_128CYCLES = 5,
_256CYCLES = 6,
_512CYCLES = 7,
}
Expand description
Warm-Up Time
Value on reset: 0
Variants§
_4CYCLES = 0
0: 4 HFPERCLK cycles
_8CYCLES = 1
1: 8 HFPERCLK cycles
_16CYCLES = 2
2: 16 HFPERCLK cycles
_32CYCLES = 3
3: 32 HFPERCLK cycles
_64CYCLES = 4
4: 64 HFPERCLK cycles
_128CYCLES = 5
5: 128 HFPERCLK cycles
_256CYCLES = 6
6: 256 HFPERCLK cycles
_512CYCLES = 7
7: 512 HFPERCLK cycles
Trait Implementations§
Source§impl Clone for WARMTIME_A
impl Clone for WARMTIME_A
Source§fn clone(&self) -> WARMTIME_A
fn clone(&self) -> WARMTIME_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WARMTIME_A
impl Debug for WARMTIME_A
Source§impl From<WARMTIME_A> for u8
impl From<WARMTIME_A> for u8
Source§fn from(variant: WARMTIME_A) -> Self
fn from(variant: WARMTIME_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WARMTIME_A
impl PartialEq for WARMTIME_A
impl Copy for WARMTIME_A
impl StructuralPartialEq for WARMTIME_A
Auto Trait Implementations§
impl Freeze for WARMTIME_A
impl RefUnwindSafe for WARMTIME_A
impl Send for WARMTIME_A
impl Sync for WARMTIME_A
impl Unpin for WARMTIME_A
impl UnwindSafe for WARMTIME_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