Type Alias W

Source
pub type W = W<IntenclrSpec>;
Expand description

Register INTENCLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn rxc(&mut self) -> RxcW<'_, IntenclrSpec>

Bit 0 - Receive Data Register Full Interrupt Disable

Source

pub fn dre(&mut self) -> DreW<'_, IntenclrSpec>

Bit 1 - Transmit Data Register Empty Interrupt Disable

Source

pub fn txc(&mut self) -> TxcW<'_, IntenclrSpec>

Bit 2 - Transmission Complete Interrupt Disable

Source

pub fn error(&mut self) -> ErrorW<'_, IntenclrSpec>

Bit 3 - Overrun Error Interrupt Disable

Source

pub fn csrise(&mut self) -> CsriseW<'_, IntenclrSpec>

Bit 8 - Chip Select Rise Interrupt Disable

Source

pub fn instrend(&mut self) -> InstrendW<'_, IntenclrSpec>

Bit 10 - Instruction End Interrupt Disable