[][src]Type Definition nrf9160_pac::nvmc_ns::IHIT

type IHIT = Reg<u32, _IHIT>;

I-code cache hit counter

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

For information about available fields see ihit module

Trait Implementations

impl Readable for IHIT[src]

read() method returns ihit::R reader structure

impl ResetValue for IHIT[src]

Register IHIT reset()'s with value 0

type Type = u32

Register size

impl Writable for IHIT[src]

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