pub enum ADDR {
NotMatch = 0,
Match = 1,
}
Expand description
ADDR
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
impl Eq for ADDR
impl StructuralPartialEq for ADDR
Auto Trait Implementations§
impl Freeze for ADDR
impl RefUnwindSafe for ADDR
impl Send for ADDR
impl Sync for ADDR
impl Unpin for ADDR
impl UnwindSafe for ADDR
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