DbgenR

Type Alias DbgenR 

pub type DbgenR = BitReader<Dbgen>;
Expand description

Field DBGEN reader - Debug Enable

Aliased Type§

pub struct DbgenR { /* private fields */ }

Implementations§

§

impl DbgenR

pub const fn variant(&self) -> Dbgen

Get enumerated values variant

pub fn is_0(&self) -> bool

Module is disabled in debug mode.

pub fn is_1(&self) -> bool

Module is enabled in debug mode.