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

type CACHECFG = Reg<u32, _CACHECFG>;

Flash Cache Control Register

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

For information about available fields see cachecfg module

Trait Implementations

impl Readable for CACHECFG[src]

read() method returns cachecfg::R reader structure

impl ResetValue for CACHECFG[src]

Register CACHECFG reset()'s with value 0x0016_6c50

type Type = u32

Register size

impl Writable for CACHECFG[src]

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