#[repr(u8)]pub enum P1ActSel {
P1_ACT_SEL0 = 0,
P1_ACT_SEL1 = 1,
}Variants§
P1_ACT_SEL0 = 0
Sets CS0 as the read location for the firmware image and sets CS1 as the write location for the FW image.
P1_ACT_SEL1 = 1
Sets CS1 as the read location for the firmware image and sets CS0 as the write location for the FW image.
Implementations§
Trait Implementations§
Source§impl Ord for P1ActSel
impl Ord for P1ActSel
Source§impl PartialOrd for P1ActSel
impl PartialOrd for P1ActSel
impl Copy for P1ActSel
impl Eq for P1ActSel
impl StructuralPartialEq for P1ActSel
Auto Trait Implementations§
impl Freeze for P1ActSel
impl RefUnwindSafe for P1ActSel
impl Send for P1ActSel
impl Sync for P1ActSel
impl Unpin for P1ActSel
impl UnwindSafe for P1ActSel
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