pub struct W(/* private fields */);
Expand description
Register dbi_int
writer
Implementations§
source§impl W
impl W
sourcepub fn line_done_int_en(&mut self) -> LINE_DONE_INT_EN_W<'_, 0>
pub fn line_done_int_en(&mut self) -> LINE_DONE_INT_EN_W<'_, 0>
Bit 0
sourcepub fn fram_done_int_en(&mut self) -> FRAM_DONE_INT_EN_W<'_, 1>
pub fn fram_done_int_en(&mut self) -> FRAM_DONE_INT_EN_W<'_, 1>
Bit 1
sourcepub fn te_int_en(&mut self) -> TE_INT_EN_W<'_, 2>
pub fn te_int_en(&mut self) -> TE_INT_EN_W<'_, 2>
Bit 2
sourcepub fn rd_done_int_en(&mut self) -> RD_DONE_INT_EN_W<'_, 3>
pub fn rd_done_int_en(&mut self) -> RD_DONE_INT_EN_W<'_, 3>
Bit 3
sourcepub fn timer_int_en(&mut self) -> TIMER_INT_EN_W<'_, 4>
pub fn timer_int_en(&mut self) -> TIMER_INT_EN_W<'_, 4>
Bit 4
sourcepub fn dbi_fifo_full_int_en(&mut self) -> DBI_FIFO_FULL_INT_EN_W<'_, 5>
pub fn dbi_fifo_full_int_en(&mut self) -> DBI_FIFO_FULL_INT_EN_W<'_, 5>
Bit 5
sourcepub fn dbi_fifo_empty_int_en(&mut self) -> DBI_FIFO_EMPTY_INT_EN_W<'_, 6>
pub fn dbi_fifo_empty_int_en(&mut self) -> DBI_FIFO_EMPTY_INT_EN_W<'_, 6>
Bit 6
sourcepub fn line_done_int(&mut self) -> LINE_DONE_INT_W<'_, 8>
pub fn line_done_int(&mut self) -> LINE_DONE_INT_W<'_, 8>
Bit 8
sourcepub fn fram_done_int(&mut self) -> FRAM_DONE_INT_W<'_, 9>
pub fn fram_done_int(&mut self) -> FRAM_DONE_INT_W<'_, 9>
Bit 9
sourcepub fn rd_done_int(&mut self) -> RD_DONE_INT_W<'_, 11>
pub fn rd_done_int(&mut self) -> RD_DONE_INT_W<'_, 11>
Bit 11
sourcepub fn timer_int(&mut self) -> TIMER_INT_W<'_, 12>
pub fn timer_int(&mut self) -> TIMER_INT_W<'_, 12>
Bit 12
sourcepub fn dbi_fifo_full_int(&mut self) -> DBI_FIFO_FULL_INT_W<'_, 13>
pub fn dbi_fifo_full_int(&mut self) -> DBI_FIFO_FULL_INT_W<'_, 13>
Bit 13
sourcepub fn dbi_fifo_empty_int(&mut self) -> DBI_FIFO_EMPTY_INT_W<'_, 14>
pub fn dbi_fifo_empty_int(&mut self) -> DBI_FIFO_EMPTY_INT_W<'_, 14>
Bit 14
Methods from Deref<Target = W<DBI_INT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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