R

Type Alias R 

Source
pub type R = R<u32, DIER>;
Expand description

Reader of register DIER

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn uie(&self) -> UIE_R

Bit 0 - Update interrupt enable.

Source

pub fn cc1ie(&self) -> CC1IE_R

Bit 1 - Capture/Compare 1 interrupt enable.

Source

pub fn comie(&self) -> COMIE_R

Bit 5 - COM interrupt enable.

Source

pub fn bie(&self) -> BIE_R

Bit 8 - Break interrupt enable.

Source

pub fn ude(&self) -> UDE_R

Bit 8 - Update DMA request enable.

Source

pub fn cc1de(&self) -> CC1DE_R

Bits 9:10 - Capture/Compare 1 DMA request enable.