Go to the source code of this file.
Defines | |
#define | NUTMEM_END (u_short)(NUTMEM_START + (u_short)NUTMEM_SIZE - 1U) |
Last memory address without using external SRAM. | |
#define | AVR_SLEEP_CTRL_REG MCUCR |
Functions | |
void | NutInit (void) |
Nut/OS Initialization. | |
void | NutAppMain (void *arg) |
u_char | NutThreadSetSleepMode (u_char mode) |
Sets the sleep mode to enter in Idle thread. | |
void | NutIdle (void *arg) |
AVR Idle thread. | |
Variables | |
u_char | idle_sleep_mode = SLEEP_MODE_NONE |