Enum stm32wlxx_hal::pac::i2c1::isr::ADDR_A
pub enum ADDR_A {
NotMatch = 0,
Match = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Address matched (slave mode)
Value on reset: 0
Variants§
NotMatch = 0
0: Adress mismatched or not received
Match = 1
1: Received slave address matched with one of the enabled slave addresses
Trait Implementations§
impl Copy for ADDR_A
impl StructuralPartialEq for ADDR_A
Auto Trait Implementations§
impl RefUnwindSafe for ADDR_A
impl Send for ADDR_A
impl Sync for ADDR_A
impl Unpin for ADDR_A
impl UnwindSafe for ADDR_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