pub enum PCS_A {
PCS_0,
PCS_1,
PCS_2,
PCS_3,
}
Expand description
Peripheral Chip Select
Value on reset: 0
Variants§
PCS_0
0: Transfer using LPSPI_PCS[0]
PCS_1
1: Transfer using LPSPI_PCS[1]
PCS_2
2: Transfer using LPSPI_PCS[2]
PCS_3
3: Transfer using LPSPI_PCS[3]
Trait Implementations§
impl Copy for PCS_A
impl StructuralPartialEq for PCS_A
Auto Trait Implementations§
impl Freeze for PCS_A
impl RefUnwindSafe for PCS_A
impl Send for PCS_A
impl Sync for PCS_A
impl Unpin for PCS_A
impl UnwindSafe for PCS_A
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
)