pub struct W(/* private fields */);
Expand description
Register dbi_ctl_0
writer
Implementations§
source§impl W
impl W
sourcepub fn vi_src_type(&mut self) -> VI_SRC_TYPE_W<'_, 0>
pub fn vi_src_type(&mut self) -> VI_SRC_TYPE_W<'_, 0>
Bit 0 - Video Source Type
sourcepub fn element_a_pos(&mut self) -> ELEMENT_A_POS_W<'_, 1>
pub fn element_a_pos(&mut self) -> ELEMENT_A_POS_W<'_, 1>
Bit 1 - Element A Position
sourcepub fn rgb_src_fmt(&mut self) -> RGB_SRC_FMT_W<'_, 4>
pub fn rgb_src_fmt(&mut self) -> RGB_SRC_FMT_W<'_, 4>
Bits 4:7 - RGB Source Format
sourcepub fn dbi_interface(&mut self) -> DBI_INTERFACE_W<'_, 8>
pub fn dbi_interface(&mut self) -> DBI_INTERFACE_W<'_, 8>
Bits 8:10
sourcepub fn tran_mod(&mut self) -> TRAN_MOD_W<'_, 15>
pub fn tran_mod(&mut self) -> TRAN_MOD_W<'_, 15>
Bit 15 - Transmit Mode
Methods from Deref<Target = W<DBI_CTL_0_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