[][src]Type Definition lpc55_pac::flash_cfpa0::CMPA_PROG_IN_PROGRESS

type CMPA_PROG_IN_PROGRESS = Reg<u32, _CMPA_PROG_IN_PROGRESS>;

CMPA Page programming on going. This field shall be set to 0x5CC55AA5 in the active CFPA page each time CMPA page programming is going on. It shall always be set to 0x00000000 in the CFPA scratch area.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see cmpa_prog_in_progress module

Trait Implementations

impl Readable for CMPA_PROG_IN_PROGRESS[src]

read() method returns cmpa_prog_in_progress::R reader structure

impl ResetValue for CMPA_PROG_IN_PROGRESS[src]

Register CMPA_PROG_IN_PROGRESS reset()'s with value 0

type Type = u32

Register size

impl Writable for CMPA_PROG_IN_PROGRESS[src]

write(|w| ..) method takes cmpa_prog_in_progress::W writer structure