pub struct W(/* private fields */);
Expand description
Register twi_bgr
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn twi_gating<const O: u8>(&mut self) -> TWI_GATING_W<'_, O>
pub unsafe fn twi_gating<const O: u8>(&mut self) -> TWI_GATING_W<'_, O>
Gating Clock
sourcepub fn twi0_gating(&mut self) -> TWI_GATING_W<'_, 0>
pub fn twi0_gating(&mut self) -> TWI_GATING_W<'_, 0>
Bit 0 - Gating Clock
sourcepub fn twi1_gating(&mut self) -> TWI_GATING_W<'_, 1>
pub fn twi1_gating(&mut self) -> TWI_GATING_W<'_, 1>
Bit 1 - Gating Clock
sourcepub fn twi2_gating(&mut self) -> TWI_GATING_W<'_, 2>
pub fn twi2_gating(&mut self) -> TWI_GATING_W<'_, 2>
Bit 2 - Gating Clock
sourcepub fn twi3_gating(&mut self) -> TWI_GATING_W<'_, 3>
pub fn twi3_gating(&mut self) -> TWI_GATING_W<'_, 3>
Bit 3 - Gating Clock
Methods from Deref<Target = W<TWI_BGR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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