StartR

Type Alias StartR 

pub type StartR = BitReader<Start>;
Expand description

Field START reader - Channel Start

Aliased Type§

pub struct StartR { /* private fields */ }

Implementations§

§

impl StartR

pub const fn variant(&self) -> Start

Get enumerated values variant

pub fn is_0(&self) -> bool

The channel is not explicitly started.

pub fn is_1(&self) -> bool

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