Tp3R

Type Alias Tp3R 

pub type Tp3R = BitReader<Tp3>;
Expand description

Field TP3 reader - Trusted Protect

Aliased Type§

pub struct Tp3R { /* private fields */ }

Implementations§

§

impl Tp3R

pub const fn variant(&self) -> Tp3

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.