Enum Pcs
#[repr(u8)]pub enum Pcs {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Peripheral Chip Select
Value on reset: 0
Variants§
_00 = 0
0: Transfer using LPSPI_PCS[0]
_01 = 1
1: Transfer using LPSPI_PCS[1]
_10 = 2
2: Transfer using LPSPI_PCS[2]
_11 = 3
3: Transfer using LPSPI_PCS[3]
Trait Implementations§
impl Copy for Pcs
impl Eq for Pcs
impl IsEnum for Pcs
impl StructuralPartialEq for Pcs
Auto Trait Implementations§
impl Freeze for Pcs
impl RefUnwindSafe for Pcs
impl Send for Pcs
impl Sync for Pcs
impl Unpin for Pcs
impl UnwindSafe for Pcs
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