Type Alias atsame54n::sercom0::spis::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 ssl(&mut self) -> SSL_W<'_, INTENCLR_SPEC, 3>

Bit 3 - Slave Select Low 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