pub struct R(/* private fields */);Expand description
Register sf_ctrl_3 reader
Implementations§
Source§impl R
impl R
Sourcepub fn sf_cmds_wrap_len(&self) -> SF_CMDS_WRAP_LEN_R
pub fn sf_cmds_wrap_len(&self) -> SF_CMDS_WRAP_LEN_R
Bits 0:3
Sourcepub fn sf_cmds_en(&self) -> SF_CMDS_EN_R
pub fn sf_cmds_en(&self) -> SF_CMDS_EN_R
Bit 4
Sourcepub fn sf_cmds_bt_dly(&self) -> SF_CMDS_BT_DLY_R
pub fn sf_cmds_bt_dly(&self) -> SF_CMDS_BT_DLY_R
Bits 5:7
Sourcepub fn sf_cmds_bt_en(&self) -> SF_CMDS_BT_EN_R
pub fn sf_cmds_bt_en(&self) -> SF_CMDS_BT_EN_R
Bit 8
Sourcepub fn sf_cmds_wrap_q_ini(&self) -> SF_CMDS_WRAP_Q_INI_R
pub fn sf_cmds_wrap_q_ini(&self) -> SF_CMDS_WRAP_Q_INI_R
Bit 9
Sourcepub fn sf_cmds_wrap_mode(&self) -> SF_CMDS_WRAP_MODE_R
pub fn sf_cmds_wrap_mode(&self) -> SF_CMDS_WRAP_MODE_R
Bit 10
Sourcepub fn sf_if_1_ack_lat(&self) -> SF_IF_1_ACK_LAT_R
pub fn sf_if_1_ack_lat(&self) -> SF_IF_1_ACK_LAT_R
Bits 29:31
Methods from Deref<Target = R<SF_CTRL_3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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