Struct d1_pac::smhc::smhc_status::R
source · pub struct R(/* private fields */);
Expand description
Register smhc_status
reader
Implementations§
source§impl R
impl R
sourcepub fn fifo_rx_level(&self) -> FIFO_RX_LEVEL_R
pub fn fifo_rx_level(&self) -> FIFO_RX_LEVEL_R
Bit 0 - FIFO RX Water Level Flag
sourcepub fn fifo_tx_level(&self) -> FIFO_TX_LEVEL_R
pub fn fifo_tx_level(&self) -> FIFO_TX_LEVEL_R
Bit 1 - FIFO TX Water Level Flag
sourcepub fn fifo_empty(&self) -> FIFO_EMPTY_R
pub fn fifo_empty(&self) -> FIFO_EMPTY_R
Bit 2 - FIFO Empty
sourcepub fn fifo_full(&self) -> FIFO_FULL_R
pub fn fifo_full(&self) -> FIFO_FULL_R
Bit 3 - sFIFO Full
sourcepub fn card_present(&self) -> CARD_PRESENT_R
pub fn card_present(&self) -> CARD_PRESENT_R
Bit 8 - Data[3] Statuss
sourcepub fn card_busy(&self) -> CARD_BUSY_R
pub fn card_busy(&self) -> CARD_BUSY_R
Bit 9 - Card Data Busy
sourcepub fn fsm_busy(&self) -> FSM_BUSY_R
pub fn fsm_busy(&self) -> FSM_BUSY_R
Bit 10 - Data FSM Busy
sourcepub fn resp_idx(&self) -> RESP_IDX_R
pub fn resp_idx(&self) -> RESP_IDX_R
Bits 11:16 - Response Index
sourcepub fn fifo_level(&self) -> FIFO_LEVEL_R
pub fn fifo_level(&self) -> FIFO_LEVEL_R
Bits 17:25 - FIFO Level
Methods from Deref<Target = R<SMHC_STATUS_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