Mtw2W

Type Alias Mtw2W 

pub type Mtw2W<'a, REG> = BitWriter<'a, REG, Mtw2>;
Expand description

Field MTW2 writer - Master 2 Trusted For Writes

Aliased Type§

pub struct Mtw2W<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> Mtw2W<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

This master is not trusted for write accesses.

pub fn _1(self) -> &'a mut W<REG>

This master is trusted for write accesses.