sleep.h

Langue: en

Version: 298695 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

sleep.h -

Detailed Description

SYNOPSIS


Defines


#define _AVR_SLEEP_H_ 1

#define _SLEEP_CONTROL_REG MCUCR

#define _SLEEP_ENABLE_MASK _BV(SE)

Functions


void sleep_enable (void)

void sleep_disable (void)

void sleep_cpu (void)

void sleep_mode (void)

Author

Generated automatically by Doxygen for avr-libc from the source code.