Enum d1_pac::ccu::pll_ddr_pat0_ctrl::FREQ_A
source · #[repr(u8)]pub enum FREQ_A {
F_31_5_K = 0,
F_32_K = 1,
F_32_5_K = 2,
F_33_K = 3,
}
Expand description
Frequency
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FREQ_A
impl Eq for FREQ_A
impl StructuralPartialEq for FREQ_A
Auto Trait Implementations§
impl Freeze for FREQ_A
impl RefUnwindSafe for FREQ_A
impl Send for FREQ_A
impl Sync for FREQ_A
impl Unpin for FREQ_A
impl UnwindSafe for FREQ_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)