#[repr(u8)]pub enum DstWidth {
Byte = 0,
HalfWord = 1,
Word = 2,
}Expand description
Transfer Width for the Destination
Value on reset: 0
Variants§
Byte = 0
0: the transfer size is set to 8-bit width
HalfWord = 1
1: the transfer size is set to 16-bit width
Word = 2
2: the transfer size is set to 32-bit width
Trait Implementations§
impl Copy for DstWidth
impl Eq for DstWidth
impl IsEnum for DstWidth
impl StructuralPartialEq for DstWidth
Auto Trait Implementations§
impl Freeze for DstWidth
impl RefUnwindSafe for DstWidth
impl Send for DstWidth
impl Sync for DstWidth
impl Unpin for DstWidth
impl UnwindSafe for DstWidth
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