SupW

Type Alias SupW 

pub type SupW<'a, REG> = BitWriter<'a, REG, Sup>;
Expand description

Field SUP writer - Supervisor Access

Aliased Type§

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

Implementations§

§

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

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

Non-supervisor mode write accesses are not supported and generate a bus error.

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

Non-supervisor mode write accesses are supported.