#[repr(u8)]pub enum RDP {
Rdp1 = 1,
Rdp2 = 2,
Rdp4 = 4,
Rdp8 = 8,
Rdp16 = 16,
Rdp32 = 32,
}
Expand description
Rx DMA PBL
Value on reset: 1
Variants§
Rdp1 = 1
1: 1 beat per RxDMA transaction
Rdp2 = 2
2: 2 beats per RxDMA transaction
Rdp4 = 4
4: 4 beats per RxDMA transaction
Rdp8 = 8
8: 8 beats per RxDMA transaction
Rdp16 = 16
16: 16 beats per RxDMA transaction
Rdp32 = 32
32: 32 beats per RxDMA transaction
Trait Implementations§
impl Copy for RDP
impl Eq for RDP
impl IsEnum for RDP
impl StructuralPartialEq for RDP
Auto Trait Implementations§
impl Freeze for RDP
impl RefUnwindSafe for RDP
impl Send for RDP
impl Sync for RDP
impl Unpin for RDP
impl UnwindSafe for RDP
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