pub struct W(/* private fields */);Expand description
Register sf_ctrl_2 writer
Implementations§
Source§impl W
impl W
Sourcepub fn sf_if_pad_sel(&mut self) -> SF_IF_PAD_SEL_W<'_, 0>
pub fn sf_if_pad_sel(&mut self) -> SF_IF_PAD_SEL_W<'_, 0>
Bits 0:1
Sourcepub fn sf_if_pad_sel_lock(&mut self) -> SF_IF_PAD_SEL_LOCK_W<'_, 3>
pub fn sf_if_pad_sel_lock(&mut self) -> SF_IF_PAD_SEL_LOCK_W<'_, 3>
Bit 3
Sourcepub fn sf_if_dtr_en(&mut self) -> SF_IF_DTR_EN_W<'_, 4>
pub fn sf_if_dtr_en(&mut self) -> SF_IF_DTR_EN_W<'_, 4>
Bit 4
Sourcepub fn sf_if_dqs_en(&mut self) -> SF_IF_DQS_EN_W<'_, 5>
pub fn sf_if_dqs_en(&mut self) -> SF_IF_DQS_EN_W<'_, 5>
Bit 5
Methods from Deref<Target = W<SF_CTRL_2_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