[−][src]Function cortex_m::asm::dmb
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.