Contiki 3.x
|
Implementation of the cc2538 System Control driver. More...
#include "contiki.h"
#include "reg.h"
#include "cpu.h"
#include "dev/sys-ctrl.h"
#include "dev/gpio.h"
#include "dev/ioc.h"
#include <stdint.h>
Go to the source code of this file.
Functions | |
SysCtrl functions | |
void | sys_ctrl_init () |
Initialises the System Control Driver. More... | |
void | sys_ctrl_reset () |
Generates a warm reset through the SYS_CTRL_PWRDBG register. | |
Implementation of the cc2538 System Control driver.
Definition in file sys-ctrl.c.