pub enum BWRRDY_A {
NO,
YES,
}
Expand description
Buffer Write Ready
Value on reset: 0
Variants
NO
0: Not ready to write buffer
YES
1: Ready to write buffer
Trait Implementations
impl Copy for BWRRDY_A
impl StructuralPartialEq for BWRRDY_A
Auto Trait Implementations
impl RefUnwindSafe for BWRRDY_A
impl Send for BWRRDY_A
impl Sync for BWRRDY_A
impl Unpin for BWRRDY_A
impl UnwindSafe for BWRRDY_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more