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