Type Definition R
Other items instm32wb_stm32hal::stm32wb55::tim17::dier
type R = R<u32, DIER>;
Reader of register DIER
impl R
pub fn uie(&self) -> UIE_R
Bit 0 - Update interrupt enable.
pub fn cc1ie(&self) -> CC1IE_R
Bit 1 - Capture/Compare 1 interrupt enable.
pub fn comie(&self) -> COMIE_R
Bit 5 - COM interrupt enable.
pub fn bie(&self) -> BIE_R
Bit 8 - Break interrupt enable.
pub fn ude(&self) -> UDE_R
Bit 8 - Update DMA request enable.
pub fn cc1de(&self) -> CC1DE_R
Bits 9:10 - Capture/Compare 1 DMA request enable.