R

Type Alias R 

pub type R = R<IerSpec>;
Expand description

Register IER reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn tdie(&self) -> TdieR

Bit 0 - Transmit Data Interrupt Enable

pub fn rdie(&self) -> RdieR

Bit 1 - Receive Data Interrupt Enable

pub fn wcie(&self) -> WcieR

Bit 8 - Word Complete Interrupt Enable

pub fn fcie(&self) -> FcieR

Bit 9 - Frame Complete Interrupt Enable

pub fn tcie(&self) -> TcieR

Bit 10 - Transfer Complete Interrupt Enable

pub fn teie(&self) -> TeieR

Bit 11 - Transmit Error Interrupt Enable

pub fn reie(&self) -> ReieR

Bit 12 - Receive Error Interrupt Enable

pub fn dmie(&self) -> DmieR

Bit 13 - Data Match Interrupt Enable