Mtw0R

Type Alias Mtw0R 

pub type Mtw0R = BitReader<Mtw0>;
Expand description

Field MTW0 reader - Master 0 Trusted For Writes

Aliased Type§

pub struct Mtw0R { /* private fields */ }

Implementations§

§

impl Mtw0R

pub const fn variant(&self) -> Mtw0

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.