[][src]Type Definition nrf52832_pac::nvmc::IMISS

type IMISS = Reg<u32, _IMISS>;

I-Code cache miss counter.

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

For information about available fields see imiss module

Trait Implementations

impl Readable for IMISS[src]

read() method returns imiss::R reader structure

impl ResetValue for IMISS[src]

Register IMISS reset()'s with value 0

type Type = u32

Register size

impl Writable for IMISS[src]

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