[][src]Type Definition ambiq_apollo2_pac::cachectrl::FLASHCFG

type FLASHCFG = Reg<u32, _FLASHCFG>;

Flash Control Register

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

For information about available fields see flashcfg module

Trait Implementations

impl Readable for FLASHCFG[src]

read() method returns flashcfg::R reader structure

impl ResetValue for FLASHCFG[src]

Register FLASHCFG reset()'s with value 0x01

type Type = u32

Register size

impl Writable for FLASHCFG[src]

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