pub enum PFCTRL_A {
Dma = 0,
Peripheral = 1,
}
Expand description
Peripheral flow controller
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PFCTRL_A
impl StructuralPartialEq for PFCTRL_A
Auto Trait Implementations§
impl Freeze for PFCTRL_A
impl RefUnwindSafe for PFCTRL_A
impl Send for PFCTRL_A
impl Sync for PFCTRL_A
impl Unpin for PFCTRL_A
impl UnwindSafe for PFCTRL_A
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