Type Alias esp32h2::systimer::int_raw::W

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

Register INT_RAW writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn target0_int_raw(&mut self) -> TARGET0_INT_RAW_W<'_, INT_RAW_SPEC>

Bit 0 - interupt0 raw

source

pub fn target1_int_raw(&mut self) -> TARGET1_INT_RAW_W<'_, INT_RAW_SPEC>

Bit 1 - interupt1 raw

source

pub fn target2_int_raw(&mut self) -> TARGET2_INT_RAW_W<'_, INT_RAW_SPEC>

Bit 2 - interupt2 raw

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