pub enum PMW {
ONETOONE,
TWOTOONE,
THREETOONE,
FOURTOONE,
}
Expand description
Values that can be written to the field PM
Variants§
ONETOONE
RxDMA priority over TxDMA is 1:1
TWOTOONE
RxDMA priority over TxDMA is 2:1
THREETOONE
RxDMA priority over TxDMA is 3:1
FOURTOONE
RxDMA priority over TxDMA is 4:1
Auto Trait Implementations§
impl Freeze for PMW
impl RefUnwindSafe for PMW
impl Send for PMW
impl Sync for PMW
impl Unpin for PMW
impl UnwindSafe for PMW
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