#[repr(u8)]
pub enum ACTF_A {
DIV2,
DIV4,
DIV8,
DIV16,
DIV32,
DIV64,
DIV128,
DIV256,
}
Expand description
Active Layer Freqnuency
Value on reset: 0
Variants
DIV2
0: CLK_RTC_OUT = CLK_RTC/2
DIV4
1: CLK_RTC_OUT = CLK_RTC/4
DIV8
2: CLK_RTC_OUT = CLK_RTC/8
DIV16
3: CLK_RTC_OUT = CLK_RTC/16
DIV32
4: CLK_RTC_OUT = CLK_RTC/32
DIV64
5: CLK_RTC_OUT = CLK_RTC/64
DIV128
6: CLK_RTC_OUT = CLK_RTC/128
DIV256
7: CLK_RTC_OUT = CLK_RTC/256
Trait Implementations
impl Copy for ACTF_A
impl StructuralPartialEq for ACTF_A
Auto Trait Implementations
impl RefUnwindSafe for ACTF_A
impl Send for ACTF_A
impl Sync for ACTF_A
impl Unpin for ACTF_A
impl UnwindSafe for ACTF_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