pub type W = W<INT_RAW_SPEC>;
Expand description
Register INT_RAW
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn target(&mut self, n: u8) -> TARGET_W<'_, INT_RAW_SPEC>
pub fn target(&mut self, n: u8) -> TARGET_W<'_, INT_RAW_SPEC>
interupt(0-2) raw
`n` is number of field in register. `n == 0` corresponds to `TARGET0` field.
Sourcepub fn target0(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>
pub fn target0(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>
Bit 0 - interupt0 raw
Sourcepub fn target1(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>
pub fn target1(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>
Bit 1 - interupt1 raw
Sourcepub fn target2(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>
pub fn target2(&mut self) -> TARGET_W<'_, INT_RAW_SPEC>
Bit 2 - interupt2 raw