Function cortex_m_asm::enable_dcache[][src]

pub unsafe fn enable_dcache()
Expand description

Enable DCACHE.

The DCACHE must be invalidated before enabling.

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