SenR

Type Alias SenR 

pub type SenR = BitReader<Sen>;
Expand description

Field SEN reader - Slave Enable

Aliased Type§

pub struct SenR { /* private fields */ }

Implementations§

§

impl SenR

pub const fn variant(&self) -> Sen

Get enumerated values variant

pub fn is_0(&self) -> bool

Slave mode is disabled.

pub fn is_1(&self) -> bool

Slave mode is enabled.