RsieR

Type Alias RsieR 

pub type RsieR = BitReader<Rsie>;
Expand description

Field RSIE reader - Repeated Start Interrupt Enable

Aliased Type§

pub struct RsieR { /* private fields */ }

Implementations§

§

impl RsieR

pub const fn variant(&self) -> Rsie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.