Skip to main content

IntMaskW

Type Alias IntMaskW 

Source
pub type IntMaskW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field int_mask writer - Interrupt mask: 0=unmasked; 1=masked

Aliased Type§

pub struct IntMaskW<'a, REG> { /* private fields */ }