#[repr(u8)]pub enum Actfselect {
Div2 = 0,
Div4 = 1,
Div8 = 2,
Div16 = 3,
Div32 = 4,
Div64 = 5,
Div128 = 6,
Div256 = 7,
}
Expand description
Active Layer Freqnuency
Value on reset: 0
Variants§
Div2 = 0
0: CLK_RTC_OUT = CLK_RTC/2
Div4 = 1
1: CLK_RTC_OUT = CLK_RTC/4
Div8 = 2
2: CLK_RTC_OUT = CLK_RTC/8
Div16 = 3
3: CLK_RTC_OUT = CLK_RTC/16
Div32 = 4
4: CLK_RTC_OUT = CLK_RTC/32
Div64 = 5
5: CLK_RTC_OUT = CLK_RTC/64
Div128 = 6
6: CLK_RTC_OUT = CLK_RTC/128
Div256 = 7
7: CLK_RTC_OUT = CLK_RTC/256
Trait Implementations§
Source§impl Clone for Actfselect
impl Clone for Actfselect
Source§fn clone(&self) -> Actfselect
fn clone(&self) -> Actfselect
Returns a copy 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 Actfselect
impl Debug for Actfselect
Source§impl From<Actfselect> for u8
impl From<Actfselect> for u8
Source§fn from(variant: Actfselect) -> Self
fn from(variant: Actfselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Actfselect
impl PartialEq for Actfselect
impl Copy for Actfselect
impl Eq for Actfselect
impl IsEnum for Actfselect
impl StructuralPartialEq for Actfselect
Auto Trait Implementations§
impl Freeze for Actfselect
impl RefUnwindSafe for Actfselect
impl Send for Actfselect
impl Sync for Actfselect
impl Unpin for Actfselect
impl UnwindSafe for Actfselect
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