#[repr(u8)]
pub enum BMAX_A {
    INCR16,
    INCR8,
    INCR4,
    SINGLE,
}Expand description
AHB Maximum Burst
Value on reset: 0
Variants
INCR16
0: 0
INCR8
1: 1
INCR4
2: 10
SINGLE
3: 11
Trait Implementations
impl Copy for BMAX_A
impl StructuralPartialEq for BMAX_A
Auto Trait Implementations
impl RefUnwindSafe for BMAX_A
impl Send for BMAX_A
impl Sync for BMAX_A
impl Unpin for BMAX_A
impl UnwindSafe for BMAX_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more