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