Synopsis
#include <inavr.h>
void __sleep(void);
Description

__sleep inserts a SLEEP instruction into the function code.

__sleep is an intrinsic function and produces inline code.

Portability

__sleep can be used on any AVR device.