Struct stm32wlxx_hal::pac::tim1::dier::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register DIER
writer
Implementations§
§impl W
impl W
pub fn tde(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, TDE_A, BitM, 14>
pub fn tde(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, TDE_A, BitM, 14>
Bit 14 - Trigger DMA request enable
pub fn comde(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, COMDE_A, BitM, 13>
pub fn comde(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, COMDE_A, BitM, 13>
Bit 13 - COM DMA request enable
pub fn cc4de(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1DE_A, BitM, 12>
pub fn cc4de(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1DE_A, BitM, 12>
Bit 12 - Capture/Compare 4 DMA request enable
pub fn cc3de(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1DE_A, BitM, 11>
pub fn cc3de(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1DE_A, BitM, 11>
Bit 11 - Capture/Compare 3 DMA request enable
pub fn cc2de(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1DE_A, BitM, 10>
pub fn cc2de(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1DE_A, BitM, 10>
Bit 10 - Capture/Compare 2 DMA request enable
pub fn cc1de(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1DE_A, BitM, 9>
pub fn cc1de(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1DE_A, BitM, 9>
Bit 9 - Capture/Compare 1 DMA request enable
pub fn ude(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, UDE_A, BitM, 8>
pub fn ude(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, UDE_A, BitM, 8>
Bit 8 - Update DMA request enable
pub fn bie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, BIE_A, BitM, 7>
pub fn bie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, BIE_A, BitM, 7>
Bit 7 - Break interrupt enable
pub fn tie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, TIE_A, BitM, 6>
pub fn tie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, TIE_A, BitM, 6>
Bit 6 - Trigger interrupt enable
pub fn comie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, COMIE_A, BitM, 5>
pub fn comie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, COMIE_A, BitM, 5>
Bit 5 - COM interrupt enable
pub fn cc4ie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1IE_A, BitM, 4>
pub fn cc4ie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1IE_A, BitM, 4>
Bit 4 - Capture/Compare 4 interrupt enable
pub fn cc3ie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1IE_A, BitM, 3>
pub fn cc3ie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1IE_A, BitM, 3>
Bit 3 - Capture/Compare 3 interrupt enable
pub fn cc2ie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1IE_A, BitM, 2>
pub fn cc2ie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1IE_A, BitM, 2>
Bit 2 - Capture/Compare 2 interrupt enable
pub fn cc1ie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1IE_A, BitM, 1>
pub fn cc1ie(&mut self) -> BitWriterRaw<'_, u32, DIER_SPEC, CC1IE_A, BitM, 1>
Bit 1 - Capture/Compare 1 interrupt enable
Methods from Deref<Target = W<DIER_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§
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