pub enum DmaPeripheral {
PioRxFifo(PIONumber, SMNumber),
PioTxFifo(PIONumber, SMNumber),
}Variants§
Trait Implementations§
Source§impl From<DmaPeripheral> for FieldValue<u32, Register>
impl From<DmaPeripheral> for FieldValue<u32, Register>
Source§fn from(value: DmaPeripheral) -> Self
fn from(value: DmaPeripheral) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DmaPeripheral
impl RefUnwindSafe for DmaPeripheral
impl Send for DmaPeripheral
impl Sync for DmaPeripheral
impl Unpin for DmaPeripheral
impl UnwindSafe for DmaPeripheral
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