#[repr(u8)]pub enum Pack48 {
BIT_24 = 0,
BIT_32_16 = 1,
}Variants§
BIT_24 = 0
48-bit I2S FIFO entries are handled as all 24-bit values.
BIT_32_16 = 1
48-bit I2S FIFO entries are handled as alternating 32-bit and 16-bit values.
Implementations§
Trait Implementations§
Source§impl Ord for Pack48
impl Ord for Pack48
Source§impl PartialOrd for Pack48
impl PartialOrd for Pack48
impl Copy for Pack48
impl Eq for Pack48
impl StructuralPartialEq for Pack48
Auto Trait Implementations§
impl Freeze for Pack48
impl RefUnwindSafe for Pack48
impl Send for Pack48
impl Sync for Pack48
impl Unpin for Pack48
impl UnwindSafe for Pack48
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