Struct stm32f103xx::tim9::dier::R
[−]
[src]
pub struct R { /* fields omitted */ }
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn tie(&self) -> TIER
[src]
Bit 6 - Trigger interrupt enable
pub fn cc2ie(&self) -> CC2IER
[src]
Bit 2 - Capture/Compare 2 interrupt enable
pub fn cc1ie(&self) -> CC1IER
[src]
Bit 1 - Capture/Compare 1 interrupt enable
pub fn uie(&self) -> UIER
[src]
Bit 0 - Update interrupt enable