Type Alias R

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

Register MMCTIMR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn tgfscm(&self) -> TGFSCM_R

Bit 14 - Transmitted good frames single collision mask

Source

pub fn tgfmscm(&self) -> TGFMSCM_R

Bit 15 - Transmitted good frames more single collision mask

Source

pub fn tgfm(&self) -> TGFM_R

Bit 21 - Transmitted good frames mask

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more