Struct daisy::pac::hrtim_master::mdier4::W
pub struct W(/* private fields */);
Expand description
Register MDIER4
writer
Implementations§
§impl W
impl W
pub fn mupdde(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 22>
pub fn mupdde(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 22>
Bit 22 - MUPDDE
pub fn syncde(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 21>
pub fn syncde(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 21>
Bit 21 - SYNCDE
pub fn mrepde(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 20>
pub fn mrepde(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 20>
Bit 20 - MREPDE
pub fn mcmp4de(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 19>
pub fn mcmp4de(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 19>
Bit 19 - MCMP4DE
pub fn mcmp3de(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 18>
pub fn mcmp3de(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 18>
Bit 18 - MCMP3DE
pub fn mcmp2de(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 17>
pub fn mcmp2de(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 17>
Bit 17 - MCMP2DE
pub fn mcmp1de(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 16>
pub fn mcmp1de(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 16>
Bit 16 - MCMP1DE
pub fn mupdie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 6>
pub fn mupdie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 6>
Bit 6 - MUPDIE
pub fn syncie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 5>
pub fn syncie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 5>
Bit 5 - SYNCIE
pub fn mrepie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 4>
pub fn mrepie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 4>
Bit 4 - MREPIE
pub fn mcmp4ie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 3>
pub fn mcmp4ie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 3>
Bit 3 - MCMP4IE
pub fn mcmp3ie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 2>
pub fn mcmp3ie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 2>
Bit 2 - MCMP3IE
pub fn mcmp2ie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 1>
pub fn mcmp2ie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 1>
Bit 1 - MCMP2IE
pub fn mcmp1ie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 0>
pub fn mcmp1ie(&mut self) -> BitWriterRaw<'_, u32, MDIER4_SPEC, bool, BitM, 0>
Bit 0 - MCMP1IE
Methods from Deref<Target = W<MDIER4_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<MDIER4_SPEC>> for W
impl From<W<MDIER4_SPEC>> for W
§fn from(writer: W<MDIER4_SPEC>) -> W
fn from(writer: W<MDIER4_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