Type Alias R

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

Reader of register IER

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn downie(&self) -> DOWNIE_R

Bit 6 - Direction change to down Interrupt Enable

Source

pub fn upie(&self) -> UPIE_R

Bit 5 - Direction change to UP Interrupt Enable

Source

pub fn arrokie(&self) -> ARROKIE_R

Bit 4 - Autoreload register update OK Interrupt Enable

Source

pub fn cmpokie(&self) -> CMPOKIE_R

Bit 3 - Compare register update OK Interrupt Enable

Source

pub fn exttrigie(&self) -> EXTTRIGIE_R

Bit 2 - External trigger valid edge Interrupt Enable

Source

pub fn arrmie(&self) -> ARRMIE_R

Bit 1 - Autoreload match Interrupt Enable

Source

pub fn cmpmie(&self) -> CMPMIE_R

Bit 0 - Compare match Interrupt Enable