pub struct R(/* private fields */);
Expand description
Register dbi_int
reader
Implementations§
source§impl R
impl R
sourcepub fn line_done_int_en(&self) -> LINE_DONE_INT_EN_R
pub fn line_done_int_en(&self) -> LINE_DONE_INT_EN_R
Bit 0
sourcepub fn fram_done_int_en(&self) -> FRAM_DONE_INT_EN_R
pub fn fram_done_int_en(&self) -> FRAM_DONE_INT_EN_R
Bit 1
sourcepub fn te_int_en(&self) -> TE_INT_EN_R
pub fn te_int_en(&self) -> TE_INT_EN_R
Bit 2
sourcepub fn rd_done_int_en(&self) -> RD_DONE_INT_EN_R
pub fn rd_done_int_en(&self) -> RD_DONE_INT_EN_R
Bit 3
sourcepub fn timer_int_en(&self) -> TIMER_INT_EN_R
pub fn timer_int_en(&self) -> TIMER_INT_EN_R
Bit 4
sourcepub fn dbi_fifo_full_int_en(&self) -> DBI_FIFO_FULL_INT_EN_R
pub fn dbi_fifo_full_int_en(&self) -> DBI_FIFO_FULL_INT_EN_R
Bit 5
sourcepub fn dbi_fifo_empty_int_en(&self) -> DBI_FIFO_EMPTY_INT_EN_R
pub fn dbi_fifo_empty_int_en(&self) -> DBI_FIFO_EMPTY_INT_EN_R
Bit 6
sourcepub fn line_done_int(&self) -> LINE_DONE_INT_R
pub fn line_done_int(&self) -> LINE_DONE_INT_R
Bit 8
sourcepub fn fram_done_int(&self) -> FRAM_DONE_INT_R
pub fn fram_done_int(&self) -> FRAM_DONE_INT_R
Bit 9
sourcepub fn rd_done_int(&self) -> RD_DONE_INT_R
pub fn rd_done_int(&self) -> RD_DONE_INT_R
Bit 11
sourcepub fn timer_int(&self) -> TIMER_INT_R
pub fn timer_int(&self) -> TIMER_INT_R
Bit 12
sourcepub fn dbi_fifo_full_int(&self) -> DBI_FIFO_FULL_INT_R
pub fn dbi_fifo_full_int(&self) -> DBI_FIFO_FULL_INT_R
Bit 13
sourcepub fn dbi_fifo_empty_int(&self) -> DBI_FIFO_EMPTY_INT_R
pub fn dbi_fifo_empty_int(&self) -> DBI_FIFO_EMPTY_INT_R
Bit 14
Methods from Deref<Target = R<DBI_INT_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