StartW

Type Alias StartW 

pub type StartW<'a, REG> = BitWriter<'a, REG, Start>;
Expand description

Field START writer - Channel Start

Aliased Type§

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

Implementations§

§

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

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

The channel is not explicitly started.

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

The channel is explicitly started via a software initiated service request.