CMSIS + 0/7 examples
CodeScope will show references to __ISB() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
Cortex
STM32469I_EVAL
Examples
Cortex
STM324x9I_EVAL
Examples
Cortex
STM324xG_EVAL
Examples
Cortex
STM32F413ZH-Nucleo
Examples
Cortex
 
Symbols
loading...
Files
loading...

__ISB() function

Instruction Synchronization Barrier Instruction Synchronization Barrier flushes the pipeline in the processor, so that all instructions following the ISB are fetched from cache or memory, after the instruction has been completed.

Syntax

__STATIC_FORCEINLINE void __ISB(void);

Examples

__ISB() is referenced by 7 libraries and example projects.