pub enum RDPW {
RDP1,
RDP2,
RDP4,
RDP8,
RDP16,
RDP32,
}
Expand description
Values that can be written to 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
Auto Trait Implementations§
impl Freeze for RDPW
impl RefUnwindSafe for RDPW
impl Send for RDPW
impl Sync for RDPW
impl Unpin for RDPW
impl UnwindSafe for RDPW
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