#[repr(u8)]pub enum SlotSize {
DataSize = 0,
Bit16 = 1,
Bit32 = 2,
}
Expand description
Slot size
Value on reset: 0
Variants§
DataSize = 0
0: The slot size is equivalent to the data size (specified in DS[3:0] in the SAI_xCR1 register)
Bit16 = 1
1: 16-bit
Bit32 = 2
2: 32-bit
Trait Implementations§
impl Copy for SLOTSZ
impl Eq for SLOTSZ
impl IsEnum for SLOTSZ
impl StructuralPartialEq for SLOTSZ
Auto Trait Implementations§
impl Freeze for SLOTSZ
impl RefUnwindSafe for SLOTSZ
impl Send for SLOTSZ
impl Sync for SLOTSZ
impl Unpin for SLOTSZ
impl UnwindSafe for SLOTSZ
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