Type Definition R
Other items instm32l4_stm32hal::stm32l4x5::tim16::dier
type R = R<u32, DIER>;
Reader of register DIER
impl R
pub fn tde(&self) -> TDE_R
Bit 14 - Trigger DMA request enable
pub fn comde(&self) -> COMDE_R
Bit 13 - COM DMA request enable
pub fn cc1de(&self) -> CC1DE_R
Bit 9 - Capture/Compare 1 DMA request enable
pub fn ude(&self) -> UDE_R
Bit 8 - Update DMA request enable
pub fn bie(&self) -> BIE_R
Bit 7 - Break interrupt enable
pub fn tie(&self) -> TIE_R
Bit 6 - Trigger interrupt enable
pub fn comie(&self) -> COMIE_R
Bit 5 - COM interrupt enable
pub fn cc1ie(&self) -> CC1IE_R
Bit 1 - Capture/Compare 1 interrupt enable
pub fn uie(&self) -> UIE_R
Bit 0 - Update interrupt enable