#[repr(u8)]pub enum Ahbbrst {
AHBBRST_0 = 0,
AHBBRST_1 = 1,
AHBBRST_2 = 2,
AHBBRST_3 = 3,
_RESERVED_4 = 4,
AHBBRST_5 = 5,
AHBBRST_6 = 6,
AHBBRST_7 = 7,
}Variants§
AHBBRST_0 = 0
Incremental burst of unspecified length only
AHBBRST_1 = 1
INCR4 burst, then single transfer
AHBBRST_2 = 2
INCR8 burst, INCR4 burst, then single transfer
AHBBRST_3 = 3
INCR16 burst, INCR8 burst, INCR4 burst, then single transfer
_RESERVED_4 = 4
AHBBRST_5 = 5
INCR4 burst, then incremental burst of unspecified length
AHBBRST_6 = 6
INCR8 burst, INCR4 burst, then incremental burst of unspecified length
AHBBRST_7 = 7
INCR16 burst, INCR8 burst, INCR4 burst, then incremental burst of unspecified length
Implementations§
Trait Implementations§
Source§impl Ord for Ahbbrst
impl Ord for Ahbbrst
Source§impl PartialOrd for Ahbbrst
impl PartialOrd for Ahbbrst
impl Copy for Ahbbrst
impl Eq for Ahbbrst
impl StructuralPartialEq for Ahbbrst
Auto Trait Implementations§
impl Freeze for Ahbbrst
impl RefUnwindSafe for Ahbbrst
impl Send for Ahbbrst
impl Sync for Ahbbrst
impl Unpin for Ahbbrst
impl UnwindSafe for Ahbbrst
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