pub type CurModR = BitReader<CurMod>;
Expand description

Field CurMod reader - Current Mode of Operation

Aliased Type§

struct CurModR { /* private fields */ }

Implementations§

source§

impl CurModR

source

pub const fn variant(&self) -> CurMod

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Device mode

source

pub fn is_value2(&self) -> bool

Host mode