CMSIS + 0/1 examples
CodeScope will show references to __SEV from the following samples and libraries:
 
Symbols
loading...
Files
loading...

__SEV macro

Send Event Send Event is a hint instruction. It causes an event to be signaled to the CPU.

Syntax

#define __SEV() __ASM volatile ("sev")

Examples

__SEV is referenced by 1 libraries and example projects.

References

LocationText
cmsis_gcc.h:249
#define __SEV() __ASM volatile ("sev")