Tp5R

Type Alias Tp5R 

pub type Tp5R = BitReader<Tp5>;
Expand description

Field TP5 reader - Trusted Protect

Aliased Type§

pub struct Tp5R { /* private fields */ }

Implementations§

§

impl Tp5R

pub const fn variant(&self) -> Tp5

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.