|
Contiki 3.x
|
Architecture specific CC1120 functions for the Zolertia ZoulMore...
#include "cc1120.h"#include "cc1120-arch.h"#include "cc1120-const.h"#include "board.h"#include "spi-arch.h"#include "dev/ioc.h"#include "dev/sys-ctrl.h"#include "dev/spi.h"#include "dev/ssi.h"#include "dev/gpio.h"#include "lpm.h"#include <stdio.h>#include <watchdog.h>Go to the source code of this file.
Functions | |
| static bool | lpm_permit_pm1 (void) |
| Callback to allow Low Power Modes 1 and 2. More... | |
Architecture specific CC1120 functions for the Zolertia Zoul
Definition in file cc1120-zoul-arch.c.
|
static |
Callback to allow Low Power Modes 1 and 2.
LPM Modes 1 and 2 lead to vastly increased packet latency in the network, possibly due to ISR latency
Definition at line 130 of file cc1120-zoul-arch.c.
1.8.6