AVR-LibC  2.3.0git
Standard C library for AVR-GCC
 

AVR-LibC Documen­tation

AVR-LibC Development Pages

Main Page

User Manual

Library Refe­rence

FAQ

Example Projects

File List

Index

Loading...
Searching...
No Matches
Macros | Functions
cpufunc.h File Reference

Go to the source code of this file.

Macros

#define _NOP()   __asm__ __volatile__("nop")
 
#define _MemoryBarrier()   __asm__ __volatile__("" ::: "memory")
 

Functions

void ccp_write_io (volatile void *__ioaddr, uint8_t __value)
 
void ccp_write_spm (volatile void *__ioaddr, uint8_t __value)