Enum Mbdsr0
#[repr(u8)]pub enum Mbdsr0 {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Message Buffer Data Size for Region 0
Value on reset: 0
Variants§
_00 = 0
0: Selects 8 bytes per Message Buffer.
_01 = 1
1: Selects 16 bytes per Message Buffer.
_10 = 2
2: Selects 32 bytes per Message Buffer.
_11 = 3
3: Selects 64 bytes per Message Buffer.
Trait Implementations§
impl Copy for Mbdsr0
impl Eq for Mbdsr0
impl IsEnum for Mbdsr0
impl StructuralPartialEq for Mbdsr0
Auto Trait Implementations§
impl Freeze for Mbdsr0
impl RefUnwindSafe for Mbdsr0
impl Send for Mbdsr0
impl Sync for Mbdsr0
impl Unpin for Mbdsr0
impl UnwindSafe for Mbdsr0
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