#[repr(u8)]pub enum SIZE_A {
BYTE = 0,
HALFWORD = 1,
WORD = 2,
}Expand description
Unit Data Transfer Size
Value on reset: 0
Variants§
BYTE = 0
0: Each unit transfer is a byte
HALFWORD = 1
1: Each unit transfer is a half-word
WORD = 2
2: Each unit transfer is a word
Trait Implementations§
impl Copy for SIZE_A
impl StructuralPartialEq for SIZE_A
Auto Trait Implementations§
impl Freeze for SIZE_A
impl RefUnwindSafe for SIZE_A
impl Send for SIZE_A
impl Sync for SIZE_A
impl Unpin for SIZE_A
impl UnwindSafe for SIZE_A
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