CMSIS + 0/12 examples
CodeScope will show references to __NOP from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
USB_Device
STM32469I_EVAL
Applications
USB_Device
Examples
RNG
STM324xG_EVAL
Applications
USB_Device
STM32F412G-Discovery
Examples
RNG
STM32F412ZG-Nucleo
Examples
RNG
STM32F413H-Discovery
Examples
RNG
STM32F413ZH-Nucleo
Examples
RNG
 
Symbols
loading...
Files
loading...

__NOP macro

No Operation No Operation does nothing. This instruction can be used for code alignment purposes.

Syntax

#define __NOP() __ASM volatile ("nop")

Examples

__NOP is referenced by 12 libraries and example projects.

References

LocationText
cmsis_gcc.h:228
#define __NOP() __ASM volatile ("nop")
core_cm4.h:1949
__NOP();
core_cm4.h:2071
__NOP();