#[repr(u8)]pub enum EEVSD {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}
Expand description
EEVSD
Value on reset: 0
Variants§
Div1 = 0
0: f_EEVS=f_HRTIM
Div2 = 1
1: f_EEVS=f_HRTIM/2
Div4 = 2
2: f_EEVS=f_HRTIM/4
Div8 = 3
3: f_EEVS=f_HRTIM/8
Trait Implementations§
impl Copy for EEVSD
impl Eq for EEVSD
impl IsEnum for EEVSD
impl StructuralPartialEq for EEVSD
Auto Trait Implementations§
impl Freeze for EEVSD
impl RefUnwindSafe for EEVSD
impl Send for EEVSD
impl Sync for EEVSD
impl Unpin for EEVSD
impl UnwindSafe for EEVSD
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