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

type W = W<u32, IER>;

Writer for register IER

Methods

impl W[src]

pub fn oeim(&mut self) -> OEIM_W[src]

Bit 10 - This bit holds the overflow interrupt enable.

pub fn beim(&mut self) -> BEIM_W[src]

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

pub fn peim(&mut self) -> PEIM_W[src]

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

pub fn feim(&mut self) -> FEIM_W[src]

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

pub fn rtim(&mut self) -> RTIM_W[src]

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

pub fn txim(&mut self) -> TXIM_W[src]

Bit 5 - This bit holds the transmit interrupt enable.

pub fn rxim(&mut self) -> RXIM_W[src]

Bit 4 - This bit holds the receive interrupt enable.

pub fn dsrmim(&mut self) -> DSRMIM_W[src]

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

pub fn dcdmim(&mut self) -> DCDMIM_W[src]

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

pub fn ctsmim(&mut self) -> CTSMIM_W[src]

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

pub fn rimim(&mut self) -> RIMIM_W[src]

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