pub struct W(_);Expand description
Register ALRM%sSSR writer
Implementations
sourceimpl W
impl W
sourcepub fn ss(
&mut self
) -> FieldWriterRaw<'_, u32, ALRMSSR_SPEC, u16, u16, Safe, 15, 0>
pub fn ss(
&mut self
) -> FieldWriterRaw<'_, u32, ALRMSSR_SPEC, u16, u16, Safe, 15, 0>
Bits 0:14 - Sub seconds value This value is compared with the contents of the synchronous prescaler counter to determine if Alarm A is to be activated. Only bits 0 up MASKSS-1 are compared.
Methods from Deref<Target = W<ALRMSSR_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations
sourceimpl From<W<ALRMSSR_SPEC>> for W
impl From<W<ALRMSSR_SPEC>> for W
sourcefn from(writer: W<ALRMSSR_SPEC>) -> W
fn from(writer: W<ALRMSSR_SPEC>) -> W
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