[][src]Type Definition ambiq_apollo1_pac::uart::dr::W

type W = W<u32, DR>;

Writer for register DR

Methods

impl W[src]

pub fn oedata(&mut self) -> OEDATA_W[src]

Bit 11 - This is the overrun error indicator.

pub fn bedata(&mut self) -> BEDATA_W[src]

Bit 10 - This is the break error indicator.

pub fn pedata(&mut self) -> PEDATA_W[src]

Bit 9 - This is the parity error indicator.

pub fn fedata(&mut self) -> FEDATA_W[src]

Bit 8 - This is the framing error indicator.

pub fn data(&mut self) -> DATA_W[src]

Bits 0:7 - This is the UART data port.