Function cortex_m::asm::dmb [−][src]
pub fn dmb()
Data Memory Barrier
Ensures that all explicit memory accesses that appear in program order before the DMB
instruction are observed before any explicit memory accesses that appear in program order
after the DMB
instruction.