pub enum BUSY_A {
BUSY = 1,
IDLE = 0,
}
Expand description
Indicator to I2C bus busy signal
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BUSY_A
impl Eq for BUSY_A
impl StructuralPartialEq for BUSY_A
Auto Trait Implementations§
impl Freeze for BUSY_A
impl RefUnwindSafe for BUSY_A
impl Send for BUSY_A
impl Sync for BUSY_A
impl Unpin for BUSY_A
impl UnwindSafe for BUSY_A
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