#[repr(u8)]pub enum Bmaxselect {
Incr16 = 0,
Incr8 = 1,
Incr4 = 2,
Single = 3,
}
Expand description
AHB Maximum Burst
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Bmaxselect
impl Clone for Bmaxselect
Source§fn clone(&self) -> Bmaxselect
fn clone(&self) -> Bmaxselect
Returns a copy 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 Bmaxselect
impl Debug for Bmaxselect
Source§impl From<Bmaxselect> for u8
impl From<Bmaxselect> for u8
Source§fn from(variant: Bmaxselect) -> Self
fn from(variant: Bmaxselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Bmaxselect
impl PartialEq for Bmaxselect
impl Copy for Bmaxselect
impl Eq for Bmaxselect
impl IsEnum for Bmaxselect
impl StructuralPartialEq for Bmaxselect
Auto Trait Implementations§
impl Freeze for Bmaxselect
impl RefUnwindSafe for Bmaxselect
impl Send for Bmaxselect
impl Sync for Bmaxselect
impl Unpin for Bmaxselect
impl UnwindSafe for Bmaxselect
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