Struct d1_pac::smhc::smhc_drv_dl::W
source · pub struct W(/* private fields */);
Expand description
Register smhc_drv_dl
writer
Implementations§
source§impl W
impl W
sourcepub fn cmd_drv_ph_sel(&mut self) -> CMD_DRV_PH_SEL_W<'_, 16>
pub fn cmd_drv_ph_sel(&mut self) -> CMD_DRV_PH_SEL_W<'_, 16>
Bit 16 - Command Drive Phase Select
sourcepub fn dat_drv_ph_sel(&mut self) -> DAT_DRV_PH_SEL_W<'_, 17>
pub fn dat_drv_ph_sel(&mut self) -> DAT_DRV_PH_SEL_W<'_, 17>
Bit 17 - Data Drive Phase Select
Methods from Deref<Target = W<SMHC_DRV_DL_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