#[repr(u8)]pub enum IFS_A {
_0000 = 0,
_0001 = 1,
_0010 = 2,
_0011 = 3,
_0100 = 4,
_0101 = 5,
_0110 = 6,
_0111 = 7,
_1000 = 8,
_1001 = 9,
_1010 = 10,
OTHERS = 11,
}Expand description
Input Sampling Rate
Value on reset: 0
Variants§
_0000 = 0
0: 8.0 kHz
_0001 = 1
1: 11.025 kHz
_0010 = 2
2: 12.0 kHz
_0011 = 3
3: Setting prohibited
_0100 = 4
4: 16.0 kHz
_0101 = 5
5: 22.05 kHz
_0110 = 6
6: 24.0 kHz
_0111 = 7
7: Setting prohibited
_1000 = 8
8: 32.0 kHz
_1001 = 9
9: 44.1 kHz
_1010 = 10
10: 48.0 kHz
OTHERS = 11
11: Settings prohibited.
Trait Implementations§
impl Copy for IFS_A
impl Eq for IFS_A
impl IsEnum for IFS_A
impl StructuralPartialEq for IFS_A
Auto Trait Implementations§
impl Freeze for IFS_A
impl RefUnwindSafe for IFS_A
impl Send for IFS_A
impl Sync for IFS_A
impl Unpin for IFS_A
impl UnsafeUnpin for IFS_A
impl UnwindSafe for IFS_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