Function cortex_m_asm::enable_icache[][src]

pub unsafe fn enable_icache()
Expand description

Enable ICACHE.

The ICACHE must be invalidated before enabling.

This method manages exclusive access to the SCB registers using a critical section.