#[repr(C)]pub struct Cr1W { /* private fields */ }
Implementations§
Source§impl Cr1W
impl Cr1W
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Sourcepub fn addrie(&mut self, value: bool) -> &mut Self
pub fn addrie(&mut self, value: bool) -> &mut Self
Bit 3 - Address match interrupt enable (slave only)
Sourcepub fn nackie(&mut self, value: bool) -> &mut Self
pub fn nackie(&mut self, value: bool) -> &mut Self
Bit 4 - Not acknowledge received interrupt enable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cr1W
impl RefUnwindSafe for Cr1W
impl Send for Cr1W
impl Sync for Cr1W
impl Unpin for Cr1W
impl UnwindSafe for Cr1W
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