Mpl1W

Type Alias Mpl1W 

pub type Mpl1W<'a, REG> = BitWriter<'a, REG, Mpl1>;
Expand description

Field MPL1 writer - Master 1 Privilege Level

Aliased Type§

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

Implementations§

§

impl<'a, REG> Mpl1W<'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.