pub struct R(/* private fields */);
Expand description
Register dbi_ctl_0
reader
Implementations§
source§impl R
impl R
sourcepub fn vi_src_type(&self) -> VI_SRC_TYPE_R
pub fn vi_src_type(&self) -> VI_SRC_TYPE_R
Bit 0 - Video Source Type
sourcepub fn element_a_pos(&self) -> ELEMENT_A_POS_R
pub fn element_a_pos(&self) -> ELEMENT_A_POS_R
Bit 1 - Element A Position
sourcepub fn rgb_src_fmt(&self) -> RGB_SRC_FMT_R
pub fn rgb_src_fmt(&self) -> RGB_SRC_FMT_R
Bits 4:7 - RGB Source Format
sourcepub fn dbi_interface(&self) -> DBI_INTERFACE_R
pub fn dbi_interface(&self) -> DBI_INTERFACE_R
Bits 8:10
sourcepub fn tran_mod(&self) -> TRAN_MOD_R
pub fn tran_mod(&self) -> TRAN_MOD_R
Bit 15 - Transmit Mode
Methods from Deref<Target = R<DBI_CTL_0_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