[][src]Type Definition gd32vf103_pac::uart3::stat::R

type R = R<u32, STAT>;

Reader of register STAT

Implementations

impl R[src]

pub fn lbdf(&self) -> LBDF_R[src]

Bit 8 - LIN break detection flag

pub fn tbe(&self) -> TBE_R[src]

Bit 7 - Transmit data buffer empty

pub fn tc(&self) -> TC_R[src]

Bit 6 - Transmission complete

pub fn rbne(&self) -> RBNE_R[src]

Bit 5 - Read data buffer not empty

pub fn idlef(&self) -> IDLEF_R[src]

Bit 4 - IDLE frame detected flag

pub fn orerr(&self) -> ORERR_R[src]

Bit 3 - Overrun error

pub fn nerr(&self) -> NERR_R[src]

Bit 2 - Noise error flag

pub fn ferr(&self) -> FERR_R[src]

Bit 1 - Frame error flag

pub fn perr(&self) -> PERR_R[src]

Bit 0 - Parity error flag