pub struct W(/* private fields */);
Expand description
Register TIMCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn auxpresc(&mut self) -> AUXPRESC_W<'_>
pub fn auxpresc(&mut self) -> AUXPRESC_W<'_>
Bits 0:1 - Prescaling factor for high frequency timer
Sourcepub fn lfpresc(&mut self) -> LFPRESC_W<'_>
pub fn lfpresc(&mut self) -> LFPRESC_W<'_>
Bits 4:6 - Prescaling factor for low frequency timer
Sourcepub fn startdly(&mut self) -> STARTDLY_W<'_>
pub fn startdly(&mut self) -> STARTDLY_W<'_>
Bits 22:23 - Start delay configuration
Methods from Deref<Target = W<TIMCTRL_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