Type Definition W
Other items instm32l4_stm32hal::stm32l4x1::tim15::dier
type W = W<u32, DIER>;
Writer for register DIER
impl W
pub fn tde(&mut self) -> TDE_W<'_>
Bit 14 - Trigger DMA request enable
pub fn comde(&mut self) -> COMDE_W<'_>
Bit 13 - COM DMA request enable
pub fn cc1de(&mut self) -> CC1DE_W<'_>
Bit 9 - Capture/Compare 1 DMA request enable
pub fn ude(&mut self) -> UDE_W<'_>
Bit 8 - Update DMA request enable
pub fn bie(&mut self) -> BIE_W<'_>
Bit 7 - Break interrupt enable
pub fn tie(&mut self) -> TIE_W<'_>
Bit 6 - Trigger interrupt enable
pub fn comie(&mut self) -> COMIE_W<'_>
Bit 5 - COM interrupt enable
pub fn cc1ie(&mut self) -> CC1IE_W<'_>
Bit 1 - Capture/Compare 1 interrupt enable
pub fn uie(&mut self) -> UIE_W<'_>
Bit 0 - Update interrupt enable