pub struct W(/* private fields */);Expand description
Register sf_ctrl_3 writer
Implementations§
Source§impl W
impl W
Sourcepub fn sf_cmds_wrap_len(&mut self) -> SF_CMDS_WRAP_LEN_W<'_, 0>
pub fn sf_cmds_wrap_len(&mut self) -> SF_CMDS_WRAP_LEN_W<'_, 0>
Bits 0:3
Sourcepub fn sf_cmds_en(&mut self) -> SF_CMDS_EN_W<'_, 4>
pub fn sf_cmds_en(&mut self) -> SF_CMDS_EN_W<'_, 4>
Bit 4
Sourcepub fn sf_cmds_bt_dly(&mut self) -> SF_CMDS_BT_DLY_W<'_, 5>
pub fn sf_cmds_bt_dly(&mut self) -> SF_CMDS_BT_DLY_W<'_, 5>
Bits 5:7
Sourcepub fn sf_cmds_bt_en(&mut self) -> SF_CMDS_BT_EN_W<'_, 8>
pub fn sf_cmds_bt_en(&mut self) -> SF_CMDS_BT_EN_W<'_, 8>
Bit 8
Sourcepub fn sf_cmds_wrap_q_ini(&mut self) -> SF_CMDS_WRAP_Q_INI_W<'_, 9>
pub fn sf_cmds_wrap_q_ini(&mut self) -> SF_CMDS_WRAP_Q_INI_W<'_, 9>
Bit 9
Sourcepub fn sf_cmds_wrap_mode(&mut self) -> SF_CMDS_WRAP_MODE_W<'_, 10>
pub fn sf_cmds_wrap_mode(&mut self) -> SF_CMDS_WRAP_MODE_W<'_, 10>
Bit 10
Sourcepub fn sf_if_1_ack_lat(&mut self) -> SF_IF_1_ACK_LAT_W<'_, 29>
pub fn sf_if_1_ack_lat(&mut self) -> SF_IF_1_ACK_LAT_W<'_, 29>
Bits 29:31
Methods from Deref<Target = W<SF_CTRL_3_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