Type Alias atsamd51p::ccl::seqctrl::SEQSEL_R

source ·
pub type SEQSEL_R = FieldReader<SEQSELSELECT_A>;
Expand description

Field SEQSEL reader - Sequential Selection

Aliased Type§

struct SEQSEL_R { /* private fields */ }

Implementations§

source§

impl SEQSEL_R

source

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

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