Struct daisy::pac::hrtim_common::cr1::W
pub struct W(/* private fields */);
Expand description
Register CR1
writer
Implementations§
§impl W
impl W
pub fn ad4usrc(
&mut self
) -> FieldWriterRaw<'_, u32, CR1_SPEC, u8, u8, Unsafe, 3, 25>
pub fn ad4usrc( &mut self ) -> FieldWriterRaw<'_, u32, CR1_SPEC, u8, u8, Unsafe, 3, 25>
Bits 25:27 - ADC Trigger 4 Update Source
pub fn ad3usrc(
&mut self
) -> FieldWriterRaw<'_, u32, CR1_SPEC, u8, u8, Unsafe, 3, 22>
pub fn ad3usrc( &mut self ) -> FieldWriterRaw<'_, u32, CR1_SPEC, u8, u8, Unsafe, 3, 22>
Bits 22:24 - ADC Trigger 3 Update Source
pub fn ad2usrc(
&mut self
) -> FieldWriterRaw<'_, u32, CR1_SPEC, u8, u8, Unsafe, 3, 19>
pub fn ad2usrc( &mut self ) -> FieldWriterRaw<'_, u32, CR1_SPEC, u8, u8, Unsafe, 3, 19>
Bits 19:21 - ADC Trigger 2 Update Source
pub fn ad1usrc(
&mut self
) -> FieldWriterRaw<'_, u32, CR1_SPEC, u8, u8, Unsafe, 3, 16>
pub fn ad1usrc( &mut self ) -> FieldWriterRaw<'_, u32, CR1_SPEC, u8, u8, Unsafe, 3, 16>
Bits 16:18 - ADC Trigger 1 Update Source
pub fn teudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 5>
pub fn teudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 5>
Bit 5 - Timer E Update Disable
pub fn tdudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 4>
pub fn tdudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 4>
Bit 4 - Timer D Update Disable
pub fn tcudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 3>
pub fn tcudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 3>
Bit 3 - Timer C Update Disable
pub fn tbudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 2>
pub fn tbudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 2>
Bit 2 - Timer B Update Disable
pub fn taudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 1>
pub fn taudis(&mut self) -> BitWriterRaw<'_, u32, CR1_SPEC, bool, BitM, 1>
Bit 1 - Timer A Update Disable
Methods from Deref<Target = W<CR1_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§
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