Type Alias esp32c3::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 target(&mut self, n: u8) -> TARGET_W<'_, INT_RAW_SPEC>

interupt(0-2) raw

NOTE: n is number of field in register. n == 0 corresponds to TARGET0 field

source

pub fn target0(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>

Bit 0 - interupt0 raw

source

pub fn target1(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>

Bit 1 - interupt1 raw

source

pub fn target2(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>

Bit 2 - interupt2 raw