summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h')
-rw-r--r--digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h57
1 files changed, 57 insertions, 0 deletions
diff --git a/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h b/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h
new file mode 100644
index 00000000..76f96b46
--- /dev/null
+++ b/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h
@@ -0,0 +1,57 @@
+/**************************************************************************//**
+ \file machwdService.h
+
+ \brief Describes types' declarations for internal needs.
+
+ \author
+ Atmel Corporation: http://www.atmel.com \n
+ Support email: avr@atmel.com
+
+ Copyright (c) 2008-2011, Atmel Corporation. All rights reserved.
+ Licensed under Atmel's Limited License Agreement (BitCloudTM).
+
+ \internal
+ History:
+ 30/05/07 A. Mandychev - Created.
+******************************************************************************/
+
+#ifndef _MACHWDSERVISE_H
+#define _MACHWDSERVISE_H
+
+/******************************************************************************
+ Includes section.
+******************************************************************************/
+#include <types.h>
+#include <macCommon.h>
+
+/******************************************************************************
+ Types section.
+******************************************************************************/
+//! Set of MACHWD request identifiers.
+enum
+{
+ MACHWD_TX_DATA_REQ_ID,
+ MACHWD_SET_TRX_STATE_REQ_ID,
+ MACHWD_SET_REQ_ID,
+ MACHWD_ED_REQ_ID,
+#ifdef _RF_AES_
+ MACHWD_ENCRYPT_REQ_ID,
+#endif
+#ifdef _RF_BAT_MON_
+ MACHWD_BAT_MON_REQ_ID,
+#endif
+#ifdef _RF_RND_
+ MACHWD_RND_REQ_ID,
+ MACHWD_RND_REQ_F_ID,
+#endif
+#ifdef _RF_CALIBRATION_
+ MACHWD_CALIBRATION_REQ_ID
+#endif
+};
+
+//! Inherited service structure.
+typedef MAC_Service_t MACHWD_Service_t;
+
+#endif /* _MACHWDSERVISE_H */
+
+// eof machwdService.h