[][src]Type Definition lpc55_pac::flash::EVENT

type EVENT = Reg<u32, _EVENT>;

event register

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

For information about available fields see event module

Trait Implementations

impl ResetValue for EVENT[src]

Register EVENT reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENT[src]

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