Type Alias R

Source
pub type R = R<IERrs>;
Expand description

Register IER reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn tmeie(&self) -> TMEIE_R

Bit 0 - TMEIE

Source

pub fn fmpie0(&self) -> FMPIE0_R

Bit 1 - FMPIE0

Source

pub fn ffie0(&self) -> FFIE0_R

Bit 2 - FFIE0

Source

pub fn fovie0(&self) -> FOVIE0_R

Bit 3 - FOVIE0

Source

pub fn fmpie1(&self) -> FMPIE1_R

Bit 4 - FMPIE1

Source

pub fn ffie1(&self) -> FFIE1_R

Bit 5 - FFIE1

Source

pub fn fovie1(&self) -> FOVIE1_R

Bit 6 - FOVIE1

Source

pub fn ewgie(&self) -> EWGIE_R

Bit 8 - EWGIE

Source

pub fn epvie(&self) -> EPVIE_R

Bit 9 - EPVIE

Source

pub fn bofie(&self) -> BOFIE_R

Bit 10 - BOFIE

Source

pub fn lecie(&self) -> LECIE_R

Bit 11 - LECIE

Source

pub fn errie(&self) -> ERRIE_R

Bit 15 - ERRIE

Source

pub fn wkuie(&self) -> WKUIE_R

Bit 16 - WKUIE

Source

pub fn slkie(&self) -> SLKIE_R

Bit 17 - SLKIE

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more