Searched refs:ICACHE_MASK (Results 1 – 1 of 1) sorted by relevance
14 #define ICACHE_MASK (rt_uint32_t)(1 << 12) macro96 cache_enable(ICACHE_MASK); in rt_hw_cpu_icache_enable()105 cache_disable(ICACHE_MASK); in rt_hw_cpu_icache_disable()114 return (cp15_rd() & ICACHE_MASK); in rt_hw_cpu_icache_status()
Completed in 7 milliseconds