|
Contiki 3.x
|
#include "K60.h"#include "power-modes.h"#include "llwu.h"#include "lib/list.h"#include <stddef.h>Go to the source code of this file.
Functions | |
| void | llwu_register (llwu_control_t *c) |
| Register as a controller for llwu. More... | |
| void | llwu_set_allow (llwu_control_t *c, char allow) |
| Method for a controller to allow or disallow deep sleep. More... | |
| void | llwu_sleep (void) |
| Sleep until some process is polled, ie interrupt occurs. | |
Definition in file llwu.c.
| void llwu_register | ( | llwu_control_t * | c | ) |
Register as a controller for llwu.
| c | Controller struct. |
Definition at line 47 of file llwu.c.
References list_add().
Referenced by main().
1.8.5