mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-07 17:05:09 +00:00
* Comment.
This commit is contained in:
parent
f51c7f03df
commit
f6936bfd51
@ -28,11 +28,19 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* @(#)$Id: cc2420_const.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ */
|
/* @(#)$Id: cc2420_const.h,v 1.2 2007/01/12 18:18:23 bg- Exp $ */
|
||||||
|
|
||||||
#ifndef CC2420_CONST_H
|
#ifndef CC2420_CONST_H
|
||||||
#define CC2420_CONST_H
|
#define CC2420_CONST_H
|
||||||
|
|
||||||
|
/*
|
||||||
|
* All constants are from the Chipcon CC2420 Data Sheet that at one
|
||||||
|
* point in time could be found at
|
||||||
|
* http://www.chipcon.com/files/CC2420_Data_Sheet_1_4.pdf
|
||||||
|
*
|
||||||
|
* The page numbers below refer to pages in this document.
|
||||||
|
*/
|
||||||
|
|
||||||
/* Page 27. */
|
/* Page 27. */
|
||||||
enum cc2420_status_byte {
|
enum cc2420_status_byte {
|
||||||
CC2420_XOSC16M_STABLE = 6,
|
CC2420_XOSC16M_STABLE = 6,
|
||||||
|
Loading…
Reference in New Issue
Block a user