Enum stm32_metapac::sai::vals::Slotsz
#[repr(u8)]pub enum Slotsz {
DATASIZE = 0,
BIT16 = 1,
BIT32 = 2,
_RESERVED_3 = 3,
}
Variants§
DATASIZE = 0
The slot size is equivalent to the data size (specified in DS[3:0] in the SAI_xCR1 register)
BIT16 = 1
16-bit
BIT32 = 2
32-bit
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Slotsz
impl Ord for Slotsz
§impl PartialOrd for Slotsz
impl PartialOrd for Slotsz
impl Copy for Slotsz
impl Eq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)