pub enum ADDR_A {
NotMatch = 0,
Match = 1,
}
Expand description
Address sent (master mode)/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 Freeze for ADDR_A
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