pub enum Pend {
Idle = 0,
Busy = 1,
}Expand description
Flash Pending. When Flash operation is in progress (busy), Flash reads and writes will fail. When PEND is set, write to all Flash registers, with exception of the Flash interrupt register, are ignored.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pend
impl Eq for Pend
impl StructuralPartialEq for Pend
Auto Trait Implementations§
impl Freeze for Pend
impl RefUnwindSafe for Pend
impl Send for Pend
impl Sync for Pend
impl Unpin for Pend
impl UnwindSafe for Pend
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