pub struct W(/* private fields */);
Expand description
Register dbi_ctl_1
writer
Implementations§
source§impl W
impl W
sourcepub fn rdat_lsb(&mut self) -> RDAT_LSB_W<'_, 20>
pub fn rdat_lsb(&mut self) -> RDAT_LSB_W<'_, 20>
Bit 20 - Bit Order of Read Data
sourcepub fn rgb16_data_source_select(&mut self) -> RGB16_DATA_SOURCE_SELECT_W<'_, 21>
pub fn rgb16_data_source_select(&mut self) -> RGB16_DATA_SOURCE_SELECT_W<'_, 21>
Bit 21 - RGB 16 Data Source Select
sourcepub fn dcx_data(&mut self) -> DCX_DATA_W<'_, 22>
pub fn dcx_data(&mut self) -> DCX_DATA_W<'_, 22>
Bit 22 - DCX Data Value
sourcepub fn dbi_clko_inv(&mut self) -> DBI_CLKO_INV_W<'_, 23>
pub fn dbi_clko_inv(&mut self) -> DBI_CLKO_INV_W<'_, 23>
Bit 23 - DBI Clock Output Inverse
sourcepub fn dbi_clko_mod(&mut self) -> DBI_CLKO_MOD_W<'_, 24>
pub fn dbi_clko_mod(&mut self) -> DBI_CLKO_MOD_W<'_, 24>
Bit 24 - DBI Output Clock Mode
sourcepub fn dbi_rxclk_inv(&mut self) -> DBI_RXCLK_INV_W<'_, 25>
pub fn dbi_rxclk_inv(&mut self) -> DBI_RXCLK_INV_W<'_, 25>
Bit 25 - DBI RX Clock Inverse
sourcepub fn rgb666_fmt(&mut self) -> RGB666_FMT_W<'_, 26>
pub fn rgb666_fmt(&mut self) -> RGB666_FMT_W<'_, 26>
Bits 26:27 - 2 Data Lane RGB666 Format
sourcepub fn dbi_en_mode_sel(&mut self) -> DBI_EN_MODE_SEL_W<'_, 29>
pub fn dbi_en_mode_sel(&mut self) -> DBI_EN_MODE_SEL_W<'_, 29>
Bits 29:30 - DBI Enable Mode Select
sourcepub fn dbi_soft_trg(&mut self) -> DBI_SOFT_TRG_W<'_, 31>
pub fn dbi_soft_trg(&mut self) -> DBI_SOFT_TRG_W<'_, 31>
Bit 31 - DBI Soft Trigger
Methods from Deref<Target = W<DBI_CTL_1_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