#[repr(u8)]pub enum Ahbbrst {
INCR_BURST = 0,
INCR4_BURST = 1,
INCR8_BURST = 2,
INCR16_BURST = 3,
_RESERVED_4 = 4,
INCR4_UNSPEC = 5,
INCR8_4_UNSPEC = 6,
INCR16_8_4_UNSPEC = 7,
}Variants§
INCR_BURST = 0
Incremental burst of unspecified length only
INCR4_BURST = 1
INCR4 burst, then single transfer
INCR8_BURST = 2
INCR8 burst, INCR4 burst, then single transfer
INCR16_BURST = 3
INCR16 burst, INCR8 burst, INCR4 burst, then single transfer
_RESERVED_4 = 4
INCR4_UNSPEC = 5
INCR4 burst, then incremental burst of unspecified length
INCR8_4_UNSPEC = 6
INCR8 burst, INCR4 burst, then incremental burst of unspecified length
INCR16_8_4_UNSPEC = 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