Type Alias atsame54n::qspi::intenset::W

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

Register INTENSET writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn rxc(&mut self) -> RXC_W<'_, INTENSET_SPEC, 0>

Bit 0 - Receive Data Register Full Interrupt Enable

source

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

Bit 1 - Transmit Data Register Empty Interrupt Enable

source

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

Bit 2 - Transmission Complete Interrupt Enable

source

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

Bit 3 - Overrun Error Interrupt Enable

source

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

Bit 8 - Chip Select Rise Interrupt Enable

source

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

Bit 10 - Instruction End Interrupt Enable

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