InittrigenR

Type Alias InittrigenR 

pub type InittrigenR = BitReader<Inittrigen>;
Expand description

Field INITTRIGEN reader - Initialization Trigger Enable

Aliased Type§

pub struct InittrigenR { /* private fields */ }

Implementations§

§

impl InittrigenR

pub const fn variant(&self) -> Inittrigen

Get enumerated values variant

pub fn is_0(&self) -> bool

The generation of initialization trigger is disabled.

pub fn is_1(&self) -> bool

The generation of initialization trigger is enabled.