pub enum PFCTRLW {
DMA,
PERIPHERAL,
}
Expand description
Values that can be written to the field PFCTRL
Variants§
Auto Trait Implementations§
impl Freeze for PFCTRLW
impl RefUnwindSafe for PFCTRLW
impl Send for PFCTRLW
impl Sync for PFCTRLW
impl Unpin for PFCTRLW
impl UnwindSafe for PFCTRLW
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