[][src]Function ndless::hw::clear_cache

pub fn clear_cache()

flush the data cache and invalidate the instruction and data caches of the processor. Should be called before loading code dynamically, after a code patch or with self-modifying code.