Mpl2W

Type Alias Mpl2W 

pub type Mpl2W<'a, REG> = BitWriter<'a, REG, Mpl2>;
Expand description

Field MPL2 writer - Master 2 Privilege Level

Aliased Type§

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

Implementations§

§

impl<'a, REG> Mpl2W<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Accesses from this master are forced to user-mode.

pub fn _1(self) -> &'a mut W<REG>

Accesses from this master are not forced to user-mode.