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

type CACHEMODE = Reg<u32, _CACHEMODE>;

Flash Cache Mode Register. Used to trim performance/power.

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

For information about available fields see cachemode module

Trait Implementations

impl Readable for CACHEMODE[src]

read() method returns cachemode::R reader structure

impl ResetValue for CACHEMODE[src]

Register CACHEMODE reset()'s with value 0

type Type = u32

Register size

impl Writable for CACHEMODE[src]

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