R

Type Alias R 

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

Reader of register ISR

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn down(&self) -> DOWN_R

Bit 6 - Counter direction change up to down

Source

pub fn up(&self) -> UP_R

Bit 5 - Counter direction change down to up

Source

pub fn arrok(&self) -> ARROK_R

Bit 4 - Autoreload register update OK

Source

pub fn cmpok(&self) -> CMPOK_R

Bit 3 - Compare register update OK

Source

pub fn exttrig(&self) -> EXTTRIG_R

Bit 2 - External trigger edge event

Source

pub fn arrm(&self) -> ARRM_R

Bit 1 - Autoreload match

Source

pub fn cmpm(&self) -> CMPM_R

Bit 0 - Compare match