pub enum RDPR {
RDP1,
RDP2,
RDP4,
RDP8,
RDP16,
RDP32,
_Reserved(u8),
}
Expand description
Possible values of the field RDP
Variants§
RDP1
1 beat per RxDMA transaction
RDP2
2 beats per RxDMA transaction
RDP4
4 beats per RxDMA transaction
RDP8
8 beats per RxDMA transaction
RDP16
16 beats per RxDMA transaction
RDP32
32 beats per RxDMA transaction
_Reserved(u8)
Reserved
Implementations§
Trait Implementations§
impl Copy for RDPR
impl StructuralPartialEq for RDPR
Auto Trait Implementations§
impl Freeze for RDPR
impl RefUnwindSafe for RDPR
impl Send for RDPR
impl Sync for RDPR
impl Unpin for RDPR
impl UnwindSafe for RDPR
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