#[repr(u8)]pub enum Ahbcmderrcode {
Show 16 variants
AHBCMDERRCODE_0 = 0,
_RESERVED_1 = 1,
AHBCMDERRCODE_2 = 2,
AHBCMDERRCODE_3 = 3,
AHBCMDERRCODE_4 = 4,
AHBCMDERRCODE_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
AHBCMDERRCODE_14 = 14,
_RESERVED_f = 15,
}Variants§
AHBCMDERRCODE_0 = 0
No error.
_RESERVED_1 = 1
AHBCMDERRCODE_2 = 2
AHB Write command with JMP_ON_CS instruction used in the sequence.
AHBCMDERRCODE_3 = 3
There is unknown instruction opcode in the sequence.
AHBCMDERRCODE_4 = 4
Instruction DUMMY_SDR/DUMMY_RWDS_SDR used in DDR sequence.
AHBCMDERRCODE_5 = 5
Instruction DUMMY_DDR/DUMMY_RWDS_DDR used in SDR sequence.
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
AHBCMDERRCODE_14 = 14
Sequence execution timeout.
_RESERVED_f = 15
Implementations§
Source§impl Ahbcmderrcode
impl Ahbcmderrcode
Trait Implementations§
Source§impl Clone for Ahbcmderrcode
impl Clone for Ahbcmderrcode
Source§fn clone(&self) -> Ahbcmderrcode
fn clone(&self) -> Ahbcmderrcode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ahbcmderrcode
impl Debug for Ahbcmderrcode
Source§impl From<Ahbcmderrcode> for u8
impl From<Ahbcmderrcode> for u8
Source§fn from(val: Ahbcmderrcode) -> u8
fn from(val: Ahbcmderrcode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ahbcmderrcode
impl From<u8> for Ahbcmderrcode
Source§fn from(val: u8) -> Ahbcmderrcode
fn from(val: u8) -> Ahbcmderrcode
Converts to this type from the input type.
Source§impl Ord for Ahbcmderrcode
impl Ord for Ahbcmderrcode
Source§fn cmp(&self, other: &Ahbcmderrcode) -> Ordering
fn cmp(&self, other: &Ahbcmderrcode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Ahbcmderrcode
impl PartialEq for Ahbcmderrcode
Source§impl PartialOrd for Ahbcmderrcode
impl PartialOrd for Ahbcmderrcode
impl Copy for Ahbcmderrcode
impl Eq for Ahbcmderrcode
impl StructuralPartialEq for Ahbcmderrcode
Auto Trait Implementations§
impl Freeze for Ahbcmderrcode
impl RefUnwindSafe for Ahbcmderrcode
impl Send for Ahbcmderrcode
impl Sync for Ahbcmderrcode
impl Unpin for Ahbcmderrcode
impl UnwindSafe for Ahbcmderrcode
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