Tp0R

Type Alias Tp0R 

pub type Tp0R = BitReader<Tp0>;
Expand description

Field TP0 reader - Trusted Protect

Aliased Type§

pub struct Tp0R { /* private fields */ }

Implementations§

§

impl Tp0R

pub const fn variant(&self) -> Tp0

Get enumerated values variant

pub fn is_0(&self) -> bool

Accesses from an untrusted master are allowed.

pub fn is_1(&self) -> bool

Accesses from an untrusted master are not allowed.