Type Alias W

Source
pub type W = W<INT_ENA_SPEC>;
Expand description

Register INT_ENA writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn target(&mut self, n: u8) -> TARGET_W<'_, INT_ENA_SPEC>

interupt(0-2) enable

`n` is number of field in register. `n == 0` corresponds to `TARGET0` field.
Source

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

Bit 0 - interupt0 enable

Source

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

Bit 1 - interupt1 enable

Source

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

Bit 2 - interupt2 enable