embassy-stm32

Crates

git

Versions

stm32n647l0

Flavors

Skip to main content

mcu_clean_range

Function mcu_clean_range 

Source
pub fn mcu_clean_range(start: u32, len: u32)
Expand description

Clean (write back) the CPU data cache for [start, start + len). Equivalent of LL_ATON_Cache_MCU_Clean_Range. Call after the CPU writes an input buffer and before the NPU reads it.