[−][src]Struct stm32f103xx::tim1::dier::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn tde(&self) -> TDER
[src]
Bit 14 - Trigger DMA request enable
pub fn comde(&self) -> COMDER
[src]
Bit 13 - COM DMA request enable
pub fn cc4de(&self) -> CC4DER
[src]
Bit 12 - Capture/Compare 4 DMA request enable
pub fn cc3de(&self) -> CC3DER
[src]
Bit 11 - Capture/Compare 3 DMA request enable
pub fn cc2de(&self) -> CC2DER
[src]
Bit 10 - Capture/Compare 2 DMA request enable
pub fn cc1de(&self) -> CC1DER
[src]
Bit 9 - Capture/Compare 1 DMA request enable
pub fn ude(&self) -> UDER
[src]
Bit 8 - Update DMA request enable
pub fn tie(&self) -> TIER
[src]
Bit 6 - Trigger interrupt enable
pub fn cc4ie(&self) -> CC4IER
[src]
Bit 4 - Capture/Compare 4 interrupt enable
pub fn cc3ie(&self) -> CC3IER
[src]
Bit 3 - Capture/Compare 3 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
pub fn bie(&self) -> BIER
[src]
Bit 7 - Break interrupt enable
pub fn comie(&self) -> COMIER
[src]
Bit 5 - COM interrupt enable
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,