pub struct W(_);
Expand description
Register CTRLA
writer
Implementations
sourceimpl W
impl W
sourcepub fn prescsync(&mut self) -> PRESCSYNC_W<'_>
pub fn prescsync(&mut self) -> PRESCSYNC_W<'_>
Bits 4:5 - Prescaler and Counter Synchronization
sourcepub fn runstdby(&mut self) -> RUNSTDBY_W<'_>
pub fn runstdby(&mut self) -> RUNSTDBY_W<'_>
Bit 6 - Run during Standby
sourcepub fn ondemand(&mut self) -> ONDEMAND_W<'_>
pub fn ondemand(&mut self) -> ONDEMAND_W<'_>
Bit 7 - Clock On Demand
sourcepub fn prescaler(&mut self) -> PRESCALER_W<'_>
pub fn prescaler(&mut self) -> PRESCALER_W<'_>
Bits 8:10 - Prescaler
sourcepub fn captmode0(&mut self) -> CAPTMODE0_W<'_>
pub fn captmode0(&mut self) -> CAPTMODE0_W<'_>
Bits 24:25 - Capture Mode Channel 0
sourcepub fn captmode1(&mut self) -> CAPTMODE1_W<'_>
pub fn captmode1(&mut self) -> CAPTMODE1_W<'_>
Bits 27:28 - Capture mode Channel 1
Methods from Deref<Target = W<CTRLA_SPEC>>
Trait Implementations
sourceimpl From<W<CTRLA_SPEC>> for W
impl From<W<CTRLA_SPEC>> for W
sourcefn from(writer: W<CTRLA_SPEC>) -> Self
fn from(writer: W<CTRLA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more