W

Type Alias W 

pub type W = W<IerSpec>;
Expand description

Register IER writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

§

impl W

pub fn tdie(&mut self) -> TdieW<'_, IerSpec>

Bit 0 - Transmit Data Interrupt Enable

pub fn rdie(&mut self) -> RdieW<'_, IerSpec>

Bit 1 - Receive Data Interrupt Enable

pub fn wcie(&mut self) -> WcieW<'_, IerSpec>

Bit 8 - Word Complete Interrupt Enable

pub fn fcie(&mut self) -> FcieW<'_, IerSpec>

Bit 9 - Frame Complete Interrupt Enable

pub fn tcie(&mut self) -> TcieW<'_, IerSpec>

Bit 10 - Transfer Complete Interrupt Enable

pub fn teie(&mut self) -> TeieW<'_, IerSpec>

Bit 11 - Transmit Error Interrupt Enable

pub fn reie(&mut self) -> ReieW<'_, IerSpec>

Bit 12 - Receive Error Interrupt Enable

pub fn dmie(&mut self) -> DmieW<'_, IerSpec>

Bit 13 - Data Match Interrupt Enable