#[repr(u8)]pub enum AUXPRESC_A {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
}
Expand description
Prescaling factor for high frequency timer
Value on reset: 0
Variants§
DIV1 = 0
0: High frequency timer is clocked with AUXHFRCO/1
DIV2 = 1
1: High frequency timer is clocked with AUXHFRCO/2
DIV4 = 2
2: High frequency timer is clocked with AUXHFRCO/4
DIV8 = 3
3: High frequency timer is clocked with AUXHFRCO/8
Trait Implementations§
Source§impl Clone for AUXPRESC_A
impl Clone for AUXPRESC_A
Source§fn clone(&self) -> AUXPRESC_A
fn clone(&self) -> AUXPRESC_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 AUXPRESC_A
impl Debug for AUXPRESC_A
Source§impl From<AUXPRESC_A> for u8
impl From<AUXPRESC_A> for u8
Source§fn from(variant: AUXPRESC_A) -> Self
fn from(variant: AUXPRESC_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AUXPRESC_A
impl PartialEq for AUXPRESC_A
impl Copy for AUXPRESC_A
impl StructuralPartialEq for AUXPRESC_A
Auto Trait Implementations§
impl Freeze for AUXPRESC_A
impl RefUnwindSafe for AUXPRESC_A
impl Send for AUXPRESC_A
impl Sync for AUXPRESC_A
impl Unpin for AUXPRESC_A
impl UnwindSafe for AUXPRESC_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