Enum d1_pac::i2s_pcm::mclkcfg::ASRC_MCLK_FREQ_DIV_COE_A
source · #[repr(u8)]pub enum ASRC_MCLK_FREQ_DIV_COE_A {
Show 16 variants
R_ESERVED = 0,
DIV1 = 1,
DIV2 = 2,
DIV4 = 3,
DIV6 = 4,
DIV8 = 5,
DIV12 = 6,
DIV16 = 7,
DIV24 = 8,
DIV32 = 9,
DIV48 = 10,
DIV64 = 11,
DIV96 = 12,
DIV128 = 13,
DIV176 = 14,
DIV192 = 15,
}
Expand description
Frequency Division Coefficient
Value on reset: 0
Variants§
R_ESERVED = 0
0: Reserved. No output.
DIV1 = 1
1: 1/1
DIV2 = 2
2: 1/2
DIV4 = 3
3: 1/4
DIV6 = 4
4: 1/6
DIV8 = 5
5: 1/8
DIV12 = 6
6: 1/12
DIV16 = 7
7: 1/16
DIV24 = 8
8: 1/24
DIV32 = 9
9: 1/32
DIV48 = 10
10: 1/48
DIV64 = 11
11: 1/64
DIV96 = 12
12: 1/96
DIV128 = 13
13: 1/128
DIV176 = 14
14: 1/176
DIV192 = 15
15: 1/192
Trait Implementations§
source§impl Clone for ASRC_MCLK_FREQ_DIV_COE_A
impl Clone for ASRC_MCLK_FREQ_DIV_COE_A
source§fn clone(&self) -> ASRC_MCLK_FREQ_DIV_COE_A
fn clone(&self) -> ASRC_MCLK_FREQ_DIV_COE_A
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 ASRC_MCLK_FREQ_DIV_COE_A
impl Debug for ASRC_MCLK_FREQ_DIV_COE_A
source§impl From<ASRC_MCLK_FREQ_DIV_COE_A> for u8
impl From<ASRC_MCLK_FREQ_DIV_COE_A> for u8
source§fn from(variant: ASRC_MCLK_FREQ_DIV_COE_A) -> Self
fn from(variant: ASRC_MCLK_FREQ_DIV_COE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for ASRC_MCLK_FREQ_DIV_COE_A
impl PartialEq for ASRC_MCLK_FREQ_DIV_COE_A
impl Copy for ASRC_MCLK_FREQ_DIV_COE_A
impl Eq for ASRC_MCLK_FREQ_DIV_COE_A
impl StructuralPartialEq for ASRC_MCLK_FREQ_DIV_COE_A
Auto Trait Implementations§
impl Freeze for ASRC_MCLK_FREQ_DIV_COE_A
impl RefUnwindSafe for ASRC_MCLK_FREQ_DIV_COE_A
impl Send for ASRC_MCLK_FREQ_DIV_COE_A
impl Sync for ASRC_MCLK_FREQ_DIV_COE_A
impl Unpin for ASRC_MCLK_FREQ_DIV_COE_A
impl UnwindSafe for ASRC_MCLK_FREQ_DIV_COE_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
)