Enum d1_pac::i2s_pcm::i2s_pcm_fmt0::SR_A
source · #[repr(u8)]pub enum SR_A {
BITS_8 = 1,
BITS_12 = 2,
BITS_16 = 3,
BITS_20 = 4,
BITS_24 = 5,
BITS_28 = 6,
BITS_32 = 7,
}
Expand description
Sample Resolution
Value on reset: 0
Variants§
BITS_8 = 1
1: 8-bit
BITS_12 = 2
2: 12-bit
BITS_16 = 3
3: 16-bit
BITS_20 = 4
4: 20-bit
BITS_24 = 5
5: 24-bit
BITS_28 = 6
6: 28-bit
BITS_32 = 7
7: 32-bit
Trait Implementations§
impl Copy for SR_A
impl Eq for SR_A
impl StructuralPartialEq for SR_A
Auto Trait Implementations§
impl Freeze for SR_A
impl RefUnwindSafe for SR_A
impl Send for SR_A
impl Sync for SR_A
impl Unpin for SR_A
impl UnwindSafe for SR_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
)