Struct d1_pac::twi::twi_drv_bus_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register twi_drv_bus_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn clk_duty(&mut self) -> CLK_DUTY_W<'_, 15>
pub fn clk_duty(&mut self) -> CLK_DUTY_W<'_, 15>
Bit 15 - Setting duty cycle of clock as master
sourcepub fn clk_count_mode(&mut self) -> CLK_COUNT_MODE_W<'_, 16>
pub fn clk_count_mode(&mut self) -> CLK_COUNT_MODE_W<'_, 16>
Bit 16
Methods from Deref<Target = W<TWI_DRV_BUS_CTRL_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