Enum stm32_metapac::spi::vals::Udrdet
#[repr(u8)]pub enum Udrdet {
STARTOFFRAME = 0,
ENDOFFRAME = 1,
STARTOFSLAVESELECT = 2,
_RESERVED_3 = 3,
}
Variants§
STARTOFFRAME = 0
Underrun is detected at begin of data frame
ENDOFFRAME = 1
Underrun is detected at end of last data frame
STARTOFSLAVESELECT = 2
Underrun is detected at begin of active SS signal
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Udrdet
impl Ord for Udrdet
§impl PartialOrd for Udrdet
impl PartialOrd for Udrdet
impl Copy for Udrdet
impl Eq for Udrdet
impl StructuralPartialEq for Udrdet
Auto Trait Implementations§
impl Freeze for Udrdet
impl RefUnwindSafe for Udrdet
impl Send for Udrdet
impl Sync for Udrdet
impl Unpin for Udrdet
impl UnwindSafe for Udrdet
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
)