R

Type Alias R 

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

Reader of register SR

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn cc4of(&self) -> CC4OF_R

Bit 12 - Capture/Compare 4 overcapture flag

Source

pub fn cc3of(&self) -> CC3OF_R

Bit 11 - Capture/Compare 3 overcapture flag

Source

pub fn cc2of(&self) -> CC2OF_R

Bit 10 - Capture/compare 2 overcapture flag

Source

pub fn cc1of(&self) -> CC1OF_R

Bit 9 - Capture/Compare 1 overcapture flag

Source

pub fn bif(&self) -> BIF_R

Bit 7 - Break interrupt flag

Source

pub fn tif(&self) -> TIF_R

Bit 6 - Trigger interrupt flag

Source

pub fn comif(&self) -> COMIF_R

Bit 5 - COM interrupt flag

Source

pub fn cc4if(&self) -> CC4IF_R

Bit 4 - Capture/Compare 4 interrupt flag

Source

pub fn cc3if(&self) -> CC3IF_R

Bit 3 - Capture/Compare 3 interrupt flag

Source

pub fn cc2if(&self) -> CC2IF_R

Bit 2 - Capture/Compare 2 interrupt flag

Source

pub fn cc1if(&self) -> CC1IF_R

Bit 1 - Capture/compare 1 interrupt flag

Source

pub fn uif(&self) -> UIF_R

Bit 0 - Update interrupt flag