From a54ad9edce697133a024aff096e50f7e4f389d5b Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Sun, 18 Mar 2012 12:22:02 +0100 Subject: digital/beacon: import Zigbit stack (bitcloud) & avr sources --- .../MAC_PHY/MAC_HWD_PHY/include/machwdService.h | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h new file mode 100644 index 00000000..76f96b46 --- /dev/null +++ b/digital/beacon/src/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 +#include + +/****************************************************************************** + 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 -- cgit v1.2.3