[][src]Struct stm32l4xx_hal::stm32::tim16::dier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn tde(&mut self) -> _TDEW[src]

Bit 14 - Trigger DMA request enable

pub fn comde(&mut self) -> _COMDEW[src]

Bit 13 - COM DMA request enable

pub fn cc1de(&mut self) -> _CC1DEW[src]

Bit 9 - Capture/Compare 1 DMA request enable

pub fn ude(&mut self) -> _UDEW[src]

Bit 8 - Update DMA request enable

pub fn bie(&mut self) -> _BIEW[src]

Bit 7 - Break interrupt enable

pub fn tie(&mut self) -> _TIEW[src]

Bit 6 - Trigger interrupt enable

pub fn comie(&mut self) -> _COMIEW[src]

Bit 5 - COM interrupt enable

pub fn cc1ie(&mut self) -> _CC1IEW[src]

Bit 1 - Capture/Compare 1 interrupt enable

pub fn uie(&mut self) -> _UIEW[src]

Bit 0 - Update interrupt enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self