Type Alias d1_pac::cir_rx::cir_ctl::GEN_R

source ·
pub type GEN_R = BitReader<GEN_A>;
Expand description

Field gen reader - Global Enable

A disable on this bit overrides any other block or channel enables and flushes all FIFOs.

Aliased Type§

struct GEN_R { /* private fields */ }

Implementations§

source§

impl GEN_R

source

pub fn variant(&self) -> GEN_A

Get enumerated values variant

source

pub fn is_disable(&self) -> bool

Checks if the value of the field is DISABLE

source

pub fn is_enable(&self) -> bool

Checks if the value of the field is ENABLE