MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / __NOP

Function __NOP

bsp/efm32/Libraries/CMSIS/Include/core_cmInstr.h:286–289  ·  view source on GitHub ↗

\brief No Operation No Operation does nothing. This instruction can be used for code alignment purposes. */

Source from the content-addressed store, hash-verified

284 No Operation does nothing. This instruction can be used for code alignment purposes.
285 */
286__attribute__( ( always_inline ) ) __STATIC_INLINE void __NOP(void)
287{
288 __ASM volatile ("nop");
289}
290
291
292/** \brief Wait For Interrupt

Callers 1

efm32_spiLcd_initFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected