[][src]Function stm32f407g_disc::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.