pub struct R(/* private fields */);Expand description
Register AC12ERRSTAT reader
Implementations§
Source§impl R
impl R
Sourcepub fn ac12notexe(&self) -> AC12NOTEXE_R
pub fn ac12notexe(&self) -> AC12NOTEXE_R
Bit 0 - Auto CMD12 Not Executed
Sourcepub fn ac12crcerr(&self) -> AC12CRCERR_R
pub fn ac12crcerr(&self) -> AC12CRCERR_R
Bit 2 - Auto CMD CRC Error
Sourcepub fn ac12endbiterr(&self) -> AC12ENDBITERR_R
pub fn ac12endbiterr(&self) -> AC12ENDBITERR_R
Bit 3 - Auto CMD End Bit Error
Sourcepub fn ac12indexerr(&self) -> AC12INDEXERR_R
pub fn ac12indexerr(&self) -> AC12INDEXERR_R
Bit 4 - Auto CMD Index Error
Sourcepub fn cnibac12err(&self) -> CNIBAC12ERR_R
pub fn cnibac12err(&self) -> CNIBAC12ERR_R
Bit 7 - Command Not Issued By Auto CMD12 Error
Sourcepub fn uhsmodesel(&self) -> UHSMODESEL_R
pub fn uhsmodesel(&self) -> UHSMODESEL_R
Bits 16:18 - UHS Mode Select
Sourcepub fn sigen1p8v(&self) -> SIGEN1P8V_R
pub fn sigen1p8v(&self) -> SIGEN1P8V_R
Bit 19 - Voltage 1.8V Signal Enable
Sourcepub fn drvstnsel(&self) -> DRVSTNSEL_R
pub fn drvstnsel(&self) -> DRVSTNSEL_R
Bits 20:21 - Driver Strength Select
Sourcepub fn exetuning(&self) -> EXETUNING_R
pub fn exetuning(&self) -> EXETUNING_R
Bit 22 - Execute Tuning
Sourcepub fn sampclksel(&self) -> SAMPCLKSEL_R
pub fn sampclksel(&self) -> SAMPCLKSEL_R
Bit 23 - Sampling Clock Select
Sourcepub fn asyncinten(&self) -> ASYNCINTEN_R
pub fn asyncinten(&self) -> ASYNCINTEN_R
Bit 30 - Asynchronous Interrupt Enable
Sourcepub fn prstvalen(&self) -> PRSTVALEN_R
pub fn prstvalen(&self) -> PRSTVALEN_R
Bit 31 - Preset Value Enable
Methods from Deref<Target = R<AC12ERRSTAT_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