Type Alias atsame54n::rtc::mode1::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 per0(&mut self) -> PER0_W<'_, INTENCLR_SPEC, 0>

Bit 0 - Periodic Interval 0 Interrupt Enable

source

pub fn per1(&mut self) -> PER1_W<'_, INTENCLR_SPEC, 1>

Bit 1 - Periodic Interval 1 Interrupt Enable

source

pub fn per2(&mut self) -> PER2_W<'_, INTENCLR_SPEC, 2>

Bit 2 - Periodic Interval 2 Interrupt Enable

source

pub fn per3(&mut self) -> PER3_W<'_, INTENCLR_SPEC, 3>

Bit 3 - Periodic Interval 3 Interrupt Enable

source

pub fn per4(&mut self) -> PER4_W<'_, INTENCLR_SPEC, 4>

Bit 4 - Periodic Interval 4 Interrupt Enable

source

pub fn per5(&mut self) -> PER5_W<'_, INTENCLR_SPEC, 5>

Bit 5 - Periodic Interval 5 Interrupt Enable

source

pub fn per6(&mut self) -> PER6_W<'_, INTENCLR_SPEC, 6>

Bit 6 - Periodic Interval 6 Interrupt Enable

source

pub fn per7(&mut self) -> PER7_W<'_, INTENCLR_SPEC, 7>

Bit 7 - Periodic Interval 7 Interrupt Enable

source

pub fn cmp0(&mut self) -> CMP0_W<'_, INTENCLR_SPEC, 8>

Bit 8 - Compare 0 Interrupt Enable

source

pub fn cmp1(&mut self) -> CMP1_W<'_, INTENCLR_SPEC, 9>

Bit 9 - Compare 1 Interrupt Enable

source

pub fn cmp2(&mut self) -> CMP2_W<'_, INTENCLR_SPEC, 10>

Bit 10 - Compare 2 Interrupt Enable

source

pub fn cmp3(&mut self) -> CMP3_W<'_, INTENCLR_SPEC, 11>

Bit 11 - Compare 3 Interrupt Enable

source

pub fn tamper(&mut self) -> TAMPER_W<'_, INTENCLR_SPEC, 14>

Bit 14 - Tamper Enable

source

pub fn ovf(&mut self) -> OVF_W<'_, INTENCLR_SPEC, 15>

Bit 15 - Overflow Interrupt Enable

source

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

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual