Enum FmcPfIdle
pub enum FmcPfIdle {
_0 = 0,
_1 = 1,
}Expand description
Flash Memory Controller Program Flash Idle
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FmcPfIdle
impl Eq for FmcPfIdle
impl StructuralPartialEq for FmcPfIdle
Auto Trait Implementations§
impl Freeze for FmcPfIdle
impl RefUnwindSafe for FmcPfIdle
impl Send for FmcPfIdle
impl Sync for FmcPfIdle
impl Unpin for FmcPfIdle
impl UnwindSafe for FmcPfIdle
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