8.9.8 builtin_avr_nop Built-in Function
Inserts a nop (no operation) instruction.
Prototype
void __builtin_avr_nop(void);
Remarks
Example
int spikeD(void)
{
PORTD = 0x0F;
__builtin_avr_nop();
__builtin_avr_nop();
PORTD = 0x00;
}
Inserts a nop (no operation) instruction.
Prototype
void __builtin_avr_nop(void);
Remarks
Example
int spikeD(void)
{
PORTD = 0x0F;
__builtin_avr_nop();
__builtin_avr_nop();
PORTD = 0x00;
}
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.