Struct daisy::pac::hrtim_time::eefer2::W
pub struct W(/* private fields */);
Expand description
Register EEFER2
writer
Implementations§
§impl W
impl W
pub fn ee10fltr(
&mut self
) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 25>
pub fn ee10fltr( &mut self ) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 25>
Bits 25:28 - External Event 10 filter
pub fn ee10ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 24>
pub fn ee10ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 24>
Bit 24 - External Event 10 latch
pub fn ee9fltr(
&mut self
) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 19>
pub fn ee9fltr( &mut self ) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 19>
Bits 19:22 - External Event 9 filter
pub fn ee9ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 18>
pub fn ee9ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 18>
Bit 18 - External Event 9 latch
pub fn ee8fltr(
&mut self
) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 13>
pub fn ee8fltr( &mut self ) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 13>
Bits 13:16 - External Event 8 filter
pub fn ee8ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 12>
pub fn ee8ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 12>
Bit 12 - External Event 8 latch
pub fn ee7fltr(
&mut self
) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 7>
pub fn ee7fltr( &mut self ) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 7>
Bits 7:10 - External Event 7 filter
pub fn ee7ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 6>
pub fn ee7ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 6>
Bit 6 - External Event 7 latch
pub fn ee6fltr(
&mut self
) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 1>
pub fn ee6fltr( &mut self ) -> FieldWriterRaw<'_, u32, EEFER2_SPEC, u8, u8, Unsafe, 4, 1>
Bits 1:4 - External Event 6 filter
pub fn ee6ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 0>
pub fn ee6ltch(&mut self) -> BitWriterRaw<'_, u32, EEFER2_SPEC, bool, BitM, 0>
Bit 0 - External Event 6 latch
Methods from Deref<Target = W<EEFER2_SPEC>>§
pub 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§
§impl From<W<EEFER2_SPEC>> for W
impl From<W<EEFER2_SPEC>> for W
§fn from(writer: W<EEFER2_SPEC>) -> W
fn from(writer: W<EEFER2_SPEC>) -> W
Converts to this type from the input type.
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