Struct d1_pac::timer::avs_cnt_ctl::R
source · pub struct R(/* private fields */);
Expand description
Register avs_cnt_ctl
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn avs_cnt_en(&self, n: u8) -> AVS_CNT_EN_R
pub unsafe fn avs_cnt_en(&self, n: u8) -> AVS_CNT_EN_R
Audio Video Sync Counter Enable
sourcepub fn avs_cnt0_en(&self) -> AVS_CNT_EN_R
pub fn avs_cnt0_en(&self) -> AVS_CNT_EN_R
Bit 0 - Audio Video Sync Counter Enable
sourcepub fn avs_cnt1_en(&self) -> AVS_CNT_EN_R
pub fn avs_cnt1_en(&self) -> AVS_CNT_EN_R
Bit 1 - Audio Video Sync Counter Enable
sourcepub unsafe fn avs_cnt_ps(&self, n: u8) -> AVS_CNT_PS_R
pub unsafe fn avs_cnt_ps(&self, n: u8) -> AVS_CNT_PS_R
Audio Video Sync Counter Pause Control
sourcepub fn avs_cnt0_ps(&self) -> AVS_CNT_PS_R
pub fn avs_cnt0_ps(&self) -> AVS_CNT_PS_R
Bit 8 - Audio Video Sync Counter Pause Control
sourcepub fn avs_cnt1_ps(&self) -> AVS_CNT_PS_R
pub fn avs_cnt1_ps(&self) -> AVS_CNT_PS_R
Bit 9 - Audio Video Sync Counter Pause Control
Methods from Deref<Target = R<AVS_CNT_CTL_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