Tp1R

Type Alias Tp1R 

pub type Tp1R = BitReader<Tp1>;
Expand description

Field TP1 reader - Trusted Protect

Aliased Type§

pub struct Tp1R { /* private fields */ }

Implementations§

§

impl Tp1R

pub const fn variant(&self) -> Tp1

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.