Tp4R

Type Alias Tp4R 

pub type Tp4R = BitReader<Tp4>;
Expand description

Field TP4 reader - Trusted Protect

Aliased Type§

pub struct Tp4R { /* private fields */ }

Implementations§

§

impl Tp4R

pub const fn variant(&self) -> Tp4

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.