Type Alias xmc4800::flash0::fsr::ProgR

source ·
pub type ProgR = BitReader<Prog>;
Expand description

Field PROG reader - Programming State

Aliased Type§

struct ProgR { /* private fields */ }

Implementations§

source§

impl ProgR

source

pub const fn variant(&self) -> Prog

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

There is no program operation requested or in progress or just finished.

source

pub fn is_value2(&self) -> bool

Programming operation (write page) requested (from FIM) or in action or finished.