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

type R = R<u32, IER>;

Reader of register IER

Methods

impl R[src]

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

Bit 10 - This bit holds the overflow interrupt enable.

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

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

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

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

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

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

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

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

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

Bit 5 - This bit holds the transmit interrupt enable.

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

Bit 4 - This bit holds the receive interrupt enable.

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

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

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

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

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

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

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

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