R

Type Alias R 

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

Register usr reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn busy(&self) -> BUSY_R

Bit 0 - UART Busy Bit

Source

pub fn tfnf(&self) -> TFNF_R

Bit 1 - TX FIFO Not Full

Source

pub fn tfe(&self) -> TFE_R

Bit 2 - TX FIFO Empty

Source

pub fn rfne(&self) -> RFNE_R

Bit 3 - RX FIFO Not Empty

Source

pub fn rff(&self) -> RFF_R

Bit 4 - RX FIFO Full