pub struct W(/* private fields */);
Expand description
Register tv_io_tri
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn io_output_tri_en<const O: u8>(
&mut self,
) -> IO_OUTPUT_TRI_EN_W<'_, O>
pub unsafe fn io_output_tri_en<const O: u8>( &mut self, ) -> IO_OUTPUT_TRI_EN_W<'_, O>
IO[i] Output Trigger Enable
sourcepub fn io0_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 24>
pub fn io0_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 24>
Bit 24 - IO[i] Output Trigger Enable
sourcepub fn io1_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 25>
pub fn io1_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 25>
Bit 25 - IO[i] Output Trigger Enable
sourcepub fn io2_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 26>
pub fn io2_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 26>
Bit 26 - IO[i] Output Trigger Enable
sourcepub fn io3_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 27>
pub fn io3_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 27>
Bit 27 - IO[i] Output Trigger Enable
Methods from Deref<Target = W<TV_IO_TRI_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