Type Alias SeqselR

Source
pub type SeqselR = FieldReader<Seqselselect>;
Expand description

Field SEQSEL reader - Sequential Selection

Aliased Type§

struct SeqselR { /* private fields */ }

Implementations§

Source§

impl SeqselR

Source

pub const fn variant(&self) -> Option<Seqselselect>

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

Sequential logic is disabled

Source

pub fn is_dff(&self) -> bool

D flip flop

Source

pub fn is_jk(&self) -> bool

JK flip flop

Source

pub fn is_latch(&self) -> bool

D latch

Source

pub fn is_rs(&self) -> bool

RS latch