Struct d1_pac::tcon_tv0::tv_data_io_tri0::W
source · pub struct W(/* private fields */);
Expand description
Register tv_data_io_tri0
writer
Implementations§
source§impl W
impl W
sourcepub fn g_y_ch_data_out_tri_en(&mut self) -> G_Y_CH_DATA_OUT_TRI_EN_W<'_, 0>
pub fn g_y_ch_data_out_tri_en(&mut self) -> G_Y_CH_DATA_OUT_TRI_EN_W<'_, 0>
Bits 0:9 - G Y Channel Data Output Trigger Enable
sourcepub fn r_cb_ch_data_out_tri_en(&mut self) -> R_CB_CH_DATA_OUT_TRI_EN_W<'_, 16>
pub fn r_cb_ch_data_out_tri_en(&mut self) -> R_CB_CH_DATA_OUT_TRI_EN_W<'_, 16>
Bits 16:25 - R CB Channel Data Output Trigger Enable
Methods from Deref<Target = W<TV_DATA_IO_TRI0_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