libmicroemu 0.2.0
ARM Microcontroller Emulator Library
Loading...
Searching...
No Matches
libmicroemu::internal::Dmb0Op< TInstrContext > Class Template Reference

Dmb instruction. More...

#include <nullary_instr.h>

Static Public Member Functions

static Result< InstrExecFlagsSet > Call (TInstrContext &ictx, const InstrFlagsSet &iflags)
 

Detailed Description

template<typename TInstrContext>
class libmicroemu::internal::Dmb0Op< TInstrContext >

Dmb instruction.

A Data Memory Barrier operation completes when all explicit memory accesses before the DMB. On this emulator, it is a NOP

see Armv7-M Architecture Reference Manual Issue E.e p.230


The documentation for this class was generated from the following file: