Enum Id
#[repr(u8)]pub enum Id {
Show 16 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
B_0X2 = 2,
B_0X3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
B_0X6 = 6,
B_0X7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
B_0X2 = 2
parity error detected on CPU access.
B_0X3 = 3
parity error detected on Debugger access.
_RESERVED_4 = 4
_RESERVED_5 = 5
B_0X6 = 6
parity error detected on DMA master port o access.
B_0X7 = 7
parity error detected on DMA master port 1 access.
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for Id
impl Ord for Id
§impl PartialOrd for Id
impl PartialOrd for Id
impl Copy for Id
impl Eq for Id
impl StructuralPartialEq for Id
Auto Trait Implementations§
impl Freeze for Id
impl RefUnwindSafe for Id
impl Send for Id
impl Sync for Id
impl Unpin for Id
impl UnwindSafe for Id
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