pub struct R(/* private fields */);Expand description
Register PRSSTAT reader
Implementations§
Source§impl R
impl R
Sourcepub fn cmdinhibitcmd(&self) -> CMDINHIBITCMD_R
pub fn cmdinhibitcmd(&self) -> CMDINHIBITCMD_R
Bit 0 - Command Inhibit (CMD)
Sourcepub fn cmdinhibitdat(&self) -> CMDINHIBITDAT_R
pub fn cmdinhibitdat(&self) -> CMDINHIBITDAT_R
Bit 1 - Command Inhibit (DAT)
Sourcepub fn datlineactive(&self) -> DATLINEACTIVE_R
pub fn datlineactive(&self) -> DATLINEACTIVE_R
Bit 2 - DAT Line Active
Sourcepub fn retuningreq(&self) -> RETUNINGREQ_R
pub fn retuningreq(&self) -> RETUNINGREQ_R
Bit 3 - Re-Tuning Request
Sourcepub fn wrtranact(&self) -> WRTRANACT_R
pub fn wrtranact(&self) -> WRTRANACT_R
Bit 8 - Write Transfer Active
Sourcepub fn rdtranact(&self) -> RDTRANACT_R
pub fn rdtranact(&self) -> RDTRANACT_R
Bit 9 - Read Transfer Active
Sourcepub fn bufferwriteenable(&self) -> BUFFERWRITEENABLE_R
pub fn bufferwriteenable(&self) -> BUFFERWRITEENABLE_R
Bit 10 - Buffer Write Enable
Sourcepub fn cardstatestable(&self) -> CARDSTATESTABLE_R
pub fn cardstatestable(&self) -> CARDSTATESTABLE_R
Bit 17 - Card State Stable Status
Sourcepub fn carddetpinlvl(&self) -> CARDDETPINLVL_R
pub fn carddetpinlvl(&self) -> CARDDETPINLVL_R
Bit 18 - Card Detect Pin Level
Sourcepub fn wrprotswpinlvl(&self) -> WRPROTSWPINLVL_R
pub fn wrprotswpinlvl(&self) -> WRPROTSWPINLVL_R
Bit 19 - Write Protect Switch Pin Level
Sourcepub fn dat3to0siglvl(&self) -> DAT3TO0SIGLVL_R
pub fn dat3to0siglvl(&self) -> DAT3TO0SIGLVL_R
Bits 20:23 - DAT[3:0] Line Signal Level
Sourcepub fn cmdsiglvl(&self) -> CMDSIGLVL_R
pub fn cmdsiglvl(&self) -> CMDSIGLVL_R
Bit 24 - Command Line Signal Level
Sourcepub fn dat7to4siglvl(&self) -> DAT7TO4SIGLVL_R
pub fn dat7to4siglvl(&self) -> DAT7TO4SIGLVL_R
Bits 25:28 - DAT[7:4] Line Signal Level
Methods from Deref<Target = R<PRSSTAT_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