Struct avr_device::atmega4809::rtc::ctrla::W
source · pub struct W(/* private fields */);
Expand description
Register CTRLA
writer
Implementations§
source§impl W
impl W
sourcepub fn prescaler(&mut self) -> PRESCALER_W<'_, 3>
pub fn prescaler(&mut self) -> PRESCALER_W<'_, 3>
Bits 3:6 - Prescaling Factor
sourcepub fn runstdby(&mut self) -> RUNSTDBY_W<'_, 7>
pub fn runstdby(&mut self) -> RUNSTDBY_W<'_, 7>
Bit 7 - Run In Standby
Methods from Deref<Target = W<CTRLA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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