pub type MslsenR = BitReader<Mslsen>;
Expand description

Field MSLSEN reader - MSLS Enable

Aliased Type§

struct MslsenR { /* private fields */ }

Implementations§

source§

impl MslsenR

source

pub const fn variant(&self) -> Mslsen

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The MSLS generation is disabled (MSLS = 0). This is the setting for SSC slave mode.

source

pub fn is_value2(&self) -> bool

The MSLS generation is enabled. This is the setting for SSC master mode.