Type Alias atsame54n::sercom0::usart_int::intenclr::W

source ·
pub type W = W<INTENCLR_SPEC>;
Expand description

Register INTENCLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn dre(&mut self) -> DRE_W<'_, INTENCLR_SPEC, 0>

Bit 0 - Data Register Empty Interrupt Disable

source

pub fn txc(&mut self) -> TXC_W<'_, INTENCLR_SPEC, 1>

Bit 1 - Transmit Complete Interrupt Disable

source

pub fn rxc(&mut self) -> RXC_W<'_, INTENCLR_SPEC, 2>

Bit 2 - Receive Complete Interrupt Disable

source

pub fn rxs(&mut self) -> RXS_W<'_, INTENCLR_SPEC, 3>

Bit 3 - Receive Start Interrupt Disable

source

pub fn ctsic(&mut self) -> CTSIC_W<'_, INTENCLR_SPEC, 4>

Bit 4 - Clear To Send Input Change Interrupt Disable

source

pub fn rxbrk(&mut self) -> RXBRK_W<'_, INTENCLR_SPEC, 5>

Bit 5 - Break Received Interrupt Disable

source

pub fn error(&mut self) -> ERROR_W<'_, INTENCLR_SPEC, 7>

Bit 7 - Combined Error Interrupt Disable

source

pub unsafe fn bits(&mut self, bits: u8) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual