Type Alias R

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

Register FNR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn fn_(&self) -> FN_R

Bits 0:10 - Frame number

Source

pub fn lsof(&self) -> LSOF_R

Bits 11:12 - Lost SOF

Source

pub fn lck(&self) -> LCK_R

Bit 13 - Locked

Source

pub fn rxdm(&self) -> RXDM_R

Bit 14 - Receive data - line status

Source

pub fn rxdp(&self) -> RXDP_R

Bit 15 - Receive data + line 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