pub enum HEAD10R {
Complete = 0,
Partial = 1,
}
Expand description
10-bit address header only read direction (master receiver mode)
Value on reset: 0
Variants§
Complete = 0
0: The master sends the complete 10 bit slave address read sequence
Partial = 1
1: The master only sends the 1st 7 bits of the 10 bit address, followed by Read direction
Trait Implementations§
impl Copy for HEAD10R
impl Eq for HEAD10R
impl StructuralPartialEq for HEAD10R
Auto Trait Implementations§
impl Freeze for HEAD10R
impl RefUnwindSafe for HEAD10R
impl Send for HEAD10R
impl Sync for HEAD10R
impl Unpin for HEAD10R
impl UnwindSafe for HEAD10R
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