pub struct R(_);
Expand description
Register CFG_DATA7
reader
Implementations§
source§impl R
impl R
sourcepub fn pin_state(&self) -> PIN_STATE_R
pub fn pin_state(&self) -> PIN_STATE_R
Bits 0:7
sourcepub fn chip_state(&self) -> CHIP_STATE_R
pub fn chip_state(&self) -> CHIP_STATE_R
Bits 8:15
sourcepub fn sdio_rst(&self) -> SDIO_RST_R
pub fn sdio_rst(&self) -> SDIO_RST_R
Bit 16
sourcepub fn sdio_ioready0(&self) -> SDIO_IOREADY0_R
pub fn sdio_ioready0(&self) -> SDIO_IOREADY0_R
Bit 17
Methods from Deref<Target = R<CFG_DATA7_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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