#[repr(u8)]pub enum OFS_A {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
OTHERS = 6,
}Expand description
Output Sampling Rate
Value on reset: 0
Variants§
_000 = 0
0: 44.1 kHz
_001 = 1
1: 48.0 kHz
_010 = 2
2: 32.0 kHz
_011 = 3
3: Setting prohibited
_100 = 4
4: 8.0 kHz ( Valid only when IFS[3:0] =1001b )
_101 = 5
5: 16.0 kHz ( Valid only when IFS[3:0] =1001b )
OTHERS = 6
6: Settings other than above are prohibited.
Trait Implementations§
impl Copy for OFS_A
impl Eq for OFS_A
impl IsEnum for OFS_A
impl StructuralPartialEq for OFS_A
Auto Trait Implementations§
impl Freeze for OFS_A
impl RefUnwindSafe for OFS_A
impl Send for OFS_A
impl Sync for OFS_A
impl Unpin for OFS_A
impl UnsafeUnpin for OFS_A
impl UnwindSafe for OFS_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