Skip to main content

MST_R

Type Alias MST_R 

Source
pub type MST_R = BitReader<MST_A>;
Expand description

Field MST reader - Master Mode Enable.

Aliased Type§

pub struct MST_R { /* private fields */ }

Implementations§

Source§

impl MST_R

Source

pub fn variant(&self) -> MST_A

Get enumerated values variant

Source

pub fn is_slave_mode(&self) -> bool

Slave Mode.

Source

pub fn is_master_mode(&self) -> bool

Master Mode.