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
Sourcepub fn sf_if_bk_swap(&mut self) -> SF_IF_BK_SWAP_W<'_, 28>
pub fn sf_if_bk_swap(&mut self) -> SF_IF_BK_SWAP_W<'_, 28>
Bit 28
Sourcepub fn sf_if_bk2_mode(&mut self) -> SF_IF_BK2_MODE_W<'_, 29>
pub fn sf_if_bk2_mode(&mut self) -> SF_IF_BK2_MODE_W<'_, 29>
Bit 29
Sourcepub fn sf_if_bk2_en(&mut self) -> SF_IF_BK2_EN_W<'_, 30>
pub fn sf_if_bk2_en(&mut self) -> SF_IF_BK2_EN_W<'_, 30>
Bit 30
Sourcepub fn sf_if_0_bk_sel(&mut self) -> SF_IF_0_BK_SEL_W<'_, 31>
pub fn sf_if_0_bk_sel(&mut self) -> SF_IF_0_BK_SEL_W<'_, 31>
Bit 31
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