Datasheet
141
11011B–ATARM–21-Feb-12
SAM3N
10.18.4 DSB
Data Synchronization Barrier.
10.18.4.1 Syntax
DSB{cond}
where:
cond is an optional condition code, see “Conditional execution” on page 84.
10.18.4.2 Operation
DSB acts as a special data synchronization memory barrier. Instructions that come after the
DSB, in program order, do not execute until the DSB instruction completes. The DSB instruction
completes when all explicit memory accesses before it complete.
10.18.4.3 Condition flags
This instruction does not change the flags.
10.18.4.4 Examples
DSB ; Data Synchronisation Barrier