Struct d1_pac::spi_dbi::dbi_debug_0::R
source · pub struct R(/* private fields */);
Expand description
Register dbi_debug_0
reader
Implementations§
source§impl R
impl R
sourcepub fn dbi_txcs(&self) -> DBI_TXCS_R
pub fn dbi_txcs(&self) -> DBI_TXCS_R
Bits 2:3
sourcepub fn dbi_rxcs(&self) -> DBI_RXCS_R
pub fn dbi_rxcs(&self) -> DBI_RXCS_R
Bits 8:11
sourcepub fn dbi_fifo_avail(&self) -> DBI_FIFO_AVAIL_R
pub fn dbi_fifo_avail(&self) -> DBI_FIFO_AVAIL_R
Bits 16:22
Methods from Deref<Target = R<DBI_DEBUG_0_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