Type Alias R

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

Register MACSR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn pmts(&self) -> PMTS_R

Bit 3 - PMT status

Source

pub fn mmcs(&self) -> MMCS_R

Bit 4 - MMC status

Source

pub fn mmcrs(&self) -> MMCRS_R

Bit 5 - MMC receive status

Source

pub fn mmcts(&self) -> MMCTS_R

Bit 6 - MMC transmit status

Source

pub fn tsts(&self) -> TSTS_R

Bit 9 - Time stamp trigger status

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more