pub struct W(/* private fields */);
Expand description
Register dbi_ctl_2
writer
Implementations§
source§impl W
impl W
sourcepub fn te_trig_sel(&mut self) -> TE_TRIG_SEL_W<'_, 1>
pub fn te_trig_sel(&mut self) -> TE_TRIG_SEL_W<'_, 1>
Bit 1 - TE edge trigger select
sourcepub fn te_dbc_sel(&mut self) -> TE_DBC_SEL_W<'_, 2>
pub fn te_dbc_sel(&mut self) -> TE_DBC_SEL_W<'_, 2>
Bit 2 - TE debounce function select
sourcepub fn dbi_sdi_sel(&mut self) -> DBI_SDI_SEL_W<'_, 3>
pub fn dbi_sdi_sel(&mut self) -> DBI_SDI_SEL_W<'_, 3>
Bits 3:4 - DBI SDI PIN FUnction Select
sourcepub fn dbi_dcx_sel(&mut self) -> DBI_DCX_SEL_W<'_, 5>
pub fn dbi_dcx_sel(&mut self) -> DBI_DCX_SEL_W<'_, 5>
Bit 5 - DBI DCX PIN Function Select
sourcepub fn dbi_sdq_out_sel(&mut self) -> DBI_SDQ_OUT_SEL_W<'_, 6>
pub fn dbi_sdq_out_sel(&mut self) -> DBI_SDQ_OUT_SEL_W<'_, 6>
Bit 6 - DBI SDI PIN Output Select
sourcepub fn dbi_trig_level(&mut self) -> DBI_TRIG_LEVEL_W<'_, 8>
pub fn dbi_trig_level(&mut self) -> DBI_TRIG_LEVEL_W<'_, 8>
Bits 8:14 - DBI FIFO Empty Request Trigger Level
sourcepub fn dbi_fifo_drq_en(&mut self) -> DBI_FIFO_DRQ_EN_W<'_, 15>
pub fn dbi_fifo_drq_en(&mut self) -> DBI_FIFO_DRQ_EN_W<'_, 15>
Bit 15 - DBI FIFO DMA Request Enable
Methods from Deref<Target = W<DBI_CTL_2_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