Mtw2R

Type Alias Mtw2R 

pub type Mtw2R = BitReader<Mtw2>;
Expand description

Field MTW2 reader - Master 2 Trusted For Writes

Aliased Type§

pub struct Mtw2R { /* private fields */ }

Implementations§

§

impl Mtw2R

pub const fn variant(&self) -> Mtw2

Get enumerated values variant

pub fn is_0(&self) -> bool

This master is not trusted for write accesses.

pub fn is_1(&self) -> bool

This master is trusted for write accesses.