GcenR

Type Alias GcenR 

pub type GcenR = BitReader<Gcen>;
Expand description

Field GCEN reader - General Call Enable

Aliased Type§

pub struct GcenR { /* private fields */ }

Implementations§

§

impl GcenR

pub const fn variant(&self) -> Gcen

Get enumerated values variant

pub fn is_0(&self) -> bool

General Call address is disabled.

pub fn is_1(&self) -> bool

General call address is enabled.