Enum Sof
pub enum Sof {
_0 = 0,
_1 = 1,
}Expand description
Start Of Frame
Value on reset: 0
Variants§
_0 = 0
0: Subsequent data word received after LPSPI_PCS assertion.
_1 = 1
1: First data word received after LPSPI_PCS assertion.
Trait Implementations§
impl Copy for Sof
impl Eq for Sof
impl StructuralPartialEq for Sof
Auto Trait Implementations§
impl Freeze for Sof
impl RefUnwindSafe for Sof
impl Send for Sof
impl Sync for Sof
impl Unpin for Sof
impl UnwindSafe for Sof
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