Struct d1_pac::timer::avs_cnt_div::W
source · pub struct W(/* private fields */);
Expand description
Register avs_cnt_div
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn avs_cnt_d<const O: u8>(&mut self) -> AVS_CNT_D_W<'_, O>
pub unsafe fn avs_cnt_d<const O: u8>(&mut self) -> AVS_CNT_D_W<'_, O>
The divisor factor of AVS
sourcepub fn avs_cnt0_d(&mut self) -> AVS_CNT_D_W<'_, 0>
pub fn avs_cnt0_d(&mut self) -> AVS_CNT_D_W<'_, 0>
Bits 0:11 - The divisor factor of AVS
sourcepub fn avs_cnt1_d(&mut self) -> AVS_CNT_D_W<'_, 16>
pub fn avs_cnt1_d(&mut self) -> AVS_CNT_D_W<'_, 16>
Bits 16:27 - The divisor factor of AVS
Methods from Deref<Target = W<AVS_CNT_DIV_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