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