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