#[repr(u8)]pub enum CmdByteEn {
CMD_BYTE_EN_A = 0,
CMD_BYTE_EN_B = 1,
}Variants§
CMD_BYTE_EN_A = 0
Disable. MIX_CTRL[7:0] is read/write and CMD_XFR_TYP[7:0] is read-only.
CMD_BYTE_EN_B = 1
Enable. MIX_CTRL[7:0] is read-only and CMD_XFR_TYP[7:0] is read/write.
Implementations§
Trait Implementations§
Source§impl Ord for CmdByteEn
impl Ord for CmdByteEn
Source§impl PartialOrd for CmdByteEn
impl PartialOrd for CmdByteEn
impl Copy for CmdByteEn
impl Eq for CmdByteEn
impl StructuralPartialEq for CmdByteEn
Auto Trait Implementations§
impl Freeze for CmdByteEn
impl RefUnwindSafe for CmdByteEn
impl Send for CmdByteEn
impl Sync for CmdByteEn
impl Unpin for CmdByteEn
impl UnwindSafe for CmdByteEn
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