Tp3W

Type Alias Tp3W 

pub type Tp3W<'a, REG> = BitWriter<'a, REG, Tp3>;
Expand description

Field TP3 writer - Trusted Protect

Aliased Type§

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

Implementations§

§

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