Enum d1_pac::audio_codec::hmic_ctrl::HMIC_SF_A
source · #[repr(u8)]pub enum HMIC_SF_A {
BYPASS = 0,
MEAN_2 = 1,
MEAN_4 = 2,
MEAN_8 = 3,
}
Expand description
HMIC Smooth Filter setting
Value on reset: 0
Variants§
BYPASS = 0
0: bypass
MEAN_2 = 1
1: (x1+x2)/2
MEAN_4 = 2
2: (x1+x2+x3+x4)/4
MEAN_8 = 3
3: (x1+x2+x3+x4+x5+x6+x7+x8)/8
Trait Implementations§
impl Copy for HMIC_SF_A
impl Eq for HMIC_SF_A
impl StructuralPartialEq for HMIC_SF_A
Auto Trait Implementations§
impl Freeze for HMIC_SF_A
impl RefUnwindSafe for HMIC_SF_A
impl Send for HMIC_SF_A
impl Sync for HMIC_SF_A
impl Unpin for HMIC_SF_A
impl UnwindSafe for HMIC_SF_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
)