pub type ScrienR = BitReader<Scrien>;
Expand description

Field SCRIEN reader - Start Condition Received Interrupt Enable

Aliased Type§

struct ScrienR { /* private fields */ }

Implementations§

source§

impl ScrienR

source

pub const fn variant(&self) -> Scrien

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The start condition interrupt is disabled.

source

pub fn is_value2(&self) -> bool

The start condition interrupt is enabled.