Type Alias atsame54n::dac::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 underrun0(&mut self) -> UNDERRUN0_W<'_, INTENSET_SPEC, 0>

Bit 0 - Underrun 0 Interrupt Enable

source

pub fn underrun1(&mut self) -> UNDERRUN1_W<'_, INTENSET_SPEC, 1>

Bit 1 - Underrun 1 Interrupt Enable

source

pub fn empty0(&mut self) -> EMPTY0_W<'_, INTENSET_SPEC, 2>

Bit 2 - Data Buffer 0 Empty Interrupt Enable

source

pub fn empty1(&mut self) -> EMPTY1_W<'_, INTENSET_SPEC, 3>

Bit 3 - Data Buffer 1 Empty Interrupt Enable

source

pub fn resrdy0(&mut self) -> RESRDY0_W<'_, INTENSET_SPEC, 4>

Bit 4 - Result 0 Ready Interrupt Enable

source

pub fn resrdy1(&mut self) -> RESRDY1_W<'_, INTENSET_SPEC, 5>

Bit 5 - Result 1 Ready Interrupt Enable

source

pub fn overrun0(&mut self) -> OVERRUN0_W<'_, INTENSET_SPEC, 6>

Bit 6 - Overrun 0 Interrupt Enable

source

pub fn overrun1(&mut self) -> OVERRUN1_W<'_, INTENSET_SPEC, 7>

Bit 7 - Overrun 1 Interrupt Enable

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