pub struct W(/* private fields */);Expand description
Register RTCALRM writer
Implementations§
Source§impl W
impl W
Sourcepub fn arpt(&mut self) -> FieldWriterRaw<'_, RTCALRM_SPEC, 8, 0>
pub fn arpt(&mut self) -> FieldWriterRaw<'_, RTCALRM_SPEC, 8, 0>
Bits 0:7
Sourcepub fn amask(&mut self) -> FieldWriterRaw<'_, RTCALRM_SPEC, 4, 8>
pub fn amask(&mut self) -> FieldWriterRaw<'_, RTCALRM_SPEC, 4, 8>
Bits 8:11
Sourcepub fn alrmsync(&mut self) -> BitWriterRaw<'_, RTCALRM_SPEC, 12>
pub fn alrmsync(&mut self) -> BitWriterRaw<'_, RTCALRM_SPEC, 12>
Bit 12
Sourcepub fn piv(&mut self) -> BitWriterRaw<'_, RTCALRM_SPEC, 13>
pub fn piv(&mut self) -> BitWriterRaw<'_, RTCALRM_SPEC, 13>
Bit 13
Sourcepub fn chime(&mut self) -> BitWriterRaw<'_, RTCALRM_SPEC, 14>
pub fn chime(&mut self) -> BitWriterRaw<'_, RTCALRM_SPEC, 14>
Bit 14
Sourcepub fn alrmen(&mut self) -> BitWriterRaw<'_, RTCALRM_SPEC, 15>
pub fn alrmen(&mut self) -> BitWriterRaw<'_, RTCALRM_SPEC, 15>
Bit 15
Methods from Deref<Target = W<RTCALRM_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 UnsafeUnpin 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