pub enum BSYR {
Inactive = 0,
Active = 1,
}
Expand description
Busy
Value on reset: 0
Variants§
Inactive = 0
0: No write/erase operation is in progress
Active = 1
1: No write/erase operation is in progress
Trait Implementations§
impl Copy for BSYR
impl Eq for BSYR
impl StructuralPartialEq for BSYR
Auto Trait Implementations§
impl Freeze for BSYR
impl RefUnwindSafe for BSYR
impl Send for BSYR
impl Sync for BSYR
impl Unpin for BSYR
impl UnwindSafe for BSYR
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