pub enum GCEN {
Disabled = 0,
Enabled = 1,
}
Expand description
General call enable
Value on reset: 0
Variants§
Disabled = 0
0: General call disabled. Address 0b00000000 is NACKed
Enabled = 1
1: General call enabled. Address 0b00000000 is ACKed
Trait Implementations§
impl Copy for GCEN
impl Eq for GCEN
impl StructuralPartialEq for GCEN
Auto Trait Implementations§
impl Freeze for GCEN
impl RefUnwindSafe for GCEN
impl Send for GCEN
impl Sync for GCEN
impl Unpin for GCEN
impl UnwindSafe for GCEN
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