Enum stm32wlxx_hal::pac::i2c1::isr::BUSY_A
pub enum BUSY_A {
NotBusy = 0,
Busy = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Bus busy
Value on reset: 0
Variants§
NotBusy = 0
0: No communication is in progress on the bus
Busy = 1
1: A communication is in progress on the bus
Trait Implementations§
impl Copy for BUSY_A
impl StructuralPartialEq for BUSY_A
Auto Trait Implementations§
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