pub enum RCB {
B0x0 = 0,
B0x1 = 1,
}
Expand description
Read command busy This bit is set when a read command is issued and cleared when the entire response is stored in the FIFO:
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RCB
impl Eq for RCB
impl StructuralPartialEq for RCB
Auto Trait Implementations§
impl Freeze for RCB
impl RefUnwindSafe for RCB
impl Send for RCB
impl Sync for RCB
impl Unpin for RCB
impl UnwindSafe for RCB
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