embassy-stm32

Crates

git

Versions

stm32h573ri

Flavors

Skip to main content

disable_global

Function disable_global 

Source
pub fn disable_global()
Expand description

Disable the ICACHE without taking the Icache driver.

Disabling automatically triggers a full cache invalidation; this waits for EN to read back as cleared, but not for that invalidation to finish. See Icache::disable().