Enum d1_pac::audio_codec::adc_vol_ctrl1::ADC_VOL_A
source · #[repr(u8)]pub enum ADC_VOL_A {
M_UTE = 0,
N_119_25DB = 1,
_0DB = 160,
_71_25DB = 255,
}
Expand description
ADC[i] channel volume (-119.25 dB To 71.25 dB, 0.75 dB/Step)
Value on reset: 160
Variants§
Trait Implementations§
impl Copy for ADC_VOL_A
impl Eq for ADC_VOL_A
impl StructuralPartialEq for ADC_VOL_A
Auto Trait Implementations§
impl Freeze for ADC_VOL_A
impl RefUnwindSafe for ADC_VOL_A
impl Send for ADC_VOL_A
impl Sync for ADC_VOL_A
impl Unpin for ADC_VOL_A
impl UnwindSafe for ADC_VOL_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
)