#[repr(u8)]
pub enum CFDPRESC_A {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
}Expand description
Clock Failure Detector Prescaler
Value on reset: 0
Variants
DIV1
0: 48 MHz
DIV2
1: 24 MHz
DIV4
2: 12 MHz
DIV8
3: 6 MHz
DIV16
4: 3 MHz
DIV32
5: 1.5 MHz
DIV64
6: 0.75 MHz
DIV128
7: 0.3125 MHz
Trait Implementations
sourceimpl Clone for CFDPRESC_A
 
impl Clone for CFDPRESC_A
sourcefn clone(&self) -> CFDPRESC_A
 
fn clone(&self) -> CFDPRESC_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for CFDPRESC_A
 
impl Debug for CFDPRESC_A
sourceimpl From<CFDPRESC_A> for u8
 
impl From<CFDPRESC_A> for u8
sourcefn from(variant: CFDPRESC_A) -> Self
 
fn from(variant: CFDPRESC_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<CFDPRESC_A> for CFDPRESC_A
 
impl PartialEq<CFDPRESC_A> for CFDPRESC_A
sourcefn eq(&self, other: &CFDPRESC_A) -> bool
 
fn eq(&self, other: &CFDPRESC_A) -> bool
impl Copy for CFDPRESC_A
impl StructuralPartialEq for CFDPRESC_A
Auto Trait Implementations
impl RefUnwindSafe for CFDPRESC_A
impl Send for CFDPRESC_A
impl Sync for CFDPRESC_A
impl Unpin for CFDPRESC_A
impl UnwindSafe for CFDPRESC_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