[][src]Type Definition lpc54606_pac::spifi0::CMD

type CMD = Reg<u32, _CMD>;

SPIFI command register

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

For information about available fields see cmd module

Trait Implementations

impl Readable for CMD[src]

read() method returns cmd::R reader structure

impl ResetValue for CMD[src]

Register CMD reset()'s with value 0

type Type = u32

Register size

impl Writable for CMD[src]

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