pub struct R(/* private fields */);Expand description
Register HOSTCTRL1 reader
Implementations§
Source§impl R
impl R
Sourcepub fn dattranwd(&self) -> DATTRANWD_R
pub fn dattranwd(&self) -> DATTRANWD_R
Bit 1 - Data Transfer Width 1-bit or 4-bit Mode
Sourcepub fn extdattranwd(&self) -> EXTDATTRANWD_R
pub fn extdattranwd(&self) -> EXTDATTRANWD_R
Bit 5 - Extended Data Transfer Width
Sourcepub fn cdtstlvl(&self) -> CDTSTLVL_R
pub fn cdtstlvl(&self) -> CDTSTLVL_R
Bit 6 - Card Detect Test Level
Sourcepub fn cdsigdet(&self) -> CDSIGDET_R
pub fn cdsigdet(&self) -> CDSIGDET_R
Bit 7 - Card Detetct Signal Detection
Sourcepub fn sdbuspower(&self) -> SDBUSPOWER_R
pub fn sdbuspower(&self) -> SDBUSPOWER_R
Bit 8 - SD Bus Power
Sourcepub fn sdbusvoltsel(&self) -> SDBUSVOLTSEL_R
pub fn sdbusvoltsel(&self) -> SDBUSVOLTSEL_R
Bits 9:11 - SD Bus Voltage Select
Sourcepub fn stopatblkgapreq(&self) -> STOPATBLKGAPREQ_R
pub fn stopatblkgapreq(&self) -> STOPATBLKGAPREQ_R
Bit 16 - Stop at Block Gap Request
Sourcepub fn continuereq(&self) -> CONTINUEREQ_R
pub fn continuereq(&self) -> CONTINUEREQ_R
Bit 17 - Continue Request
Sourcepub fn rdwaitctrl(&self) -> RDWAITCTRL_R
pub fn rdwaitctrl(&self) -> RDWAITCTRL_R
Bit 18 - Read Wait Control
Sourcepub fn intatblkgap(&self) -> INTATBLKGAP_R
pub fn intatblkgap(&self) -> INTATBLKGAP_R
Bit 19 - Interrupt at Block Gap
Sourcepub fn altbooten(&self) -> ALTBOOTEN_R
pub fn altbooten(&self) -> ALTBOOTEN_R
Bit 22 - Alternate Boot Enable
Sourcepub fn bootackchk(&self) -> BOOTACKCHK_R
pub fn bootackchk(&self) -> BOOTACKCHK_R
Bit 23 - Boot Ack Check
Sourcepub fn wkupevntenoncardint(&self) -> WKUPEVNTENONCARDINT_R
pub fn wkupevntenoncardint(&self) -> WKUPEVNTENONCARDINT_R
Bit 24 - Wakeup Event Enable on Card Interrupt
Sourcepub fn wkupevntenoncins(&self) -> WKUPEVNTENONCINS_R
pub fn wkupevntenoncins(&self) -> WKUPEVNTENONCINS_R
Bit 25 - Wakeup Event Enable on SD Card Insertion
Sourcepub fn wkupevntenoncrm(&self) -> WKUPEVNTENONCRM_R
pub fn wkupevntenoncrm(&self) -> WKUPEVNTENONCRM_R
Bit 26 - Wakeup Event Enable on SD Card Removal
Methods from Deref<Target = R<HOSTCTRL1_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