Tp1W

Type Alias Tp1W 

pub type Tp1W<'a, REG> = BitWriter<'a, REG, Tp1>;
Expand description

Field TP1 writer - Trusted Protect

Aliased Type§

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

Implementations§

§

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

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

Accesses from an untrusted master are allowed.

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

Accesses from an untrusted master are not allowed.