Mtw1R

Type Alias Mtw1R 

pub type Mtw1R = BitReader<Mtw1>;
Expand description

Field MTW1 reader - Master 1 Trusted for Writes

Aliased Type§

pub struct Mtw1R { /* private fields */ }

Implementations§

§

impl Mtw1R

pub const fn variant(&self) -> Mtw1

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.