Tp0W

Type Alias Tp0W 

pub type Tp0W<'a, REG> = BitWriter<'a, REG, Tp0>;
Expand description

Field TP0 writer - Trusted Protect

Aliased Type§

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

Implementations§

§

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