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

type W = W<u32, IES>;

Writer for register IES

Methods

impl W[src]

pub fn oeris(&mut self) -> OERIS_W[src]

Bit 10 - This bit holds the overflow interrupt status.

pub fn beris(&mut self) -> BERIS_W[src]

Bit 9 - This bit holds the break error interrupt status.

pub fn peris(&mut self) -> PERIS_W[src]

Bit 8 - This bit holds the parity error interrupt status.

pub fn feris(&mut self) -> FERIS_W[src]

Bit 7 - This bit holds the framing error interrupt status.

pub fn rtris(&mut self) -> RTRIS_W[src]

Bit 6 - This bit holds the receive timeout interrupt status.

pub fn txris(&mut self) -> TXRIS_W[src]

Bit 5 - This bit holds the transmit interrupt status.

pub fn rxris(&mut self) -> RXRIS_W[src]

Bit 4 - This bit holds the receive interrupt status.

pub fn dsrmris(&mut self) -> DSRMRIS_W[src]

Bit 3 - This bit holds the modem DSR interrupt status.

pub fn dcdmris(&mut self) -> DCDMRIS_W[src]

Bit 2 - This bit holds the modem DCD interrupt status.

pub fn ctsmris(&mut self) -> CTSMRIS_W[src]

Bit 1 - This bit holds the modem CTS interrupt status.

pub fn rimris(&mut self) -> RIMRIS_W[src]

Bit 0 - This bit holds the modem RI interrupt status.