Enum d1_pac::audio_codec::micbias::HBIASSEL_A
source · #[repr(u8)]pub enum HBIASSEL_A {
_1_88_V = 0,
_2_09_V = 1,
_2_33_V = 2,
_2_55_V = 3,
}
Expand description
HMICBIAS Voltage Level Select
Value on reset: 1
Variants§
Trait Implementations§
source§impl Clone for HBIASSEL_A
impl Clone for HBIASSEL_A
source§fn clone(&self) -> HBIASSEL_A
fn clone(&self) -> HBIASSEL_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 HBIASSEL_A
impl Debug for HBIASSEL_A
source§impl From<HBIASSEL_A> for u8
impl From<HBIASSEL_A> for u8
source§fn from(variant: HBIASSEL_A) -> Self
fn from(variant: HBIASSEL_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for HBIASSEL_A
impl PartialEq for HBIASSEL_A
impl Copy for HBIASSEL_A
impl Eq for HBIASSEL_A
impl StructuralPartialEq for HBIASSEL_A
Auto Trait Implementations§
impl Freeze for HBIASSEL_A
impl RefUnwindSafe for HBIASSEL_A
impl Send for HBIASSEL_A
impl Sync for HBIASSEL_A
impl Unpin for HBIASSEL_A
impl UnwindSafe for HBIASSEL_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
)