Type Alias esp32h2::systimer::int_clr::W

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

Register INT_CLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn target0_int_clr(&mut self) -> TARGET0_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 0 - interupt0 clear

source

pub fn target1_int_clr(&mut self) -> TARGET1_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 1 - interupt1 clear

source

pub fn target2_int_clr(&mut self) -> TARGET2_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 2 - interupt2 clear

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