Type Alias R

Source
pub type R = R<u32, SR>;
Expand description

Reader of register SR

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn flevel(&self) -> FLEVEL_R

Bits 8:12 - FIFO level

Source

pub fn busy(&self) -> BUSY_R

Bit 5 - Busy

Source

pub fn tof(&self) -> TOF_R

Bit 4 - Timeout flag

Source

pub fn smf(&self) -> SMF_R

Bit 3 - Status match flag

Source

pub fn ftf(&self) -> FTF_R

Bit 2 - FIFO threshold flag

Source

pub fn tcf(&self) -> TCF_R

Bit 1 - Transfer complete flag

Source

pub fn tef(&self) -> TEF_R

Bit 0 - Transfer error flag