Type Alias atsamd51p::qspi::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 rxc(&mut self) -> RXC_W<'_, INTENCLR_SPEC, 0>

Bit 0 - Receive Data Register Full Interrupt Disable

source

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

Bit 1 - Transmit Data Register Empty Interrupt Disable

source

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

Bit 2 - Transmission Complete Interrupt Disable

source

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

Bit 3 - Overrun Error Interrupt Disable

source

pub fn csrise(&mut self) -> CSRISE_W<'_, INTENCLR_SPEC, 8>

Bit 8 - Chip Select Rise Interrupt Disable

source

pub fn instrend(&mut self) -> INSTREND_W<'_, INTENCLR_SPEC, 10>

Bit 10 - Instruction End Interrupt Disable

source

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

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual