summaryrefslogtreecommitdiff
path: root/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h52
1 files changed, 52 insertions, 0 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h
new file mode 100644
index 00000000..38e231c4
--- /dev/null
+++ b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h
@@ -0,0 +1,52 @@
+/**************************************************************************//**
+ \file machwdCalib.h
+
+ \brief MACHWD interface for PLL calibration and filter tuning.
+
+ \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:
+ 2011-10-04 Max Gekk - Created.
+ Last change:
+ $Id: machwdCalibration.h 18970 2011-10-21 12:48:41Z mgekk $
+ ******************************************************************************/
+#if !defined _MACHWDCALIB_H
+#define _MACHWDCALIB_H
+
+/******************************************************************************
+ Includes section
+ ******************************************************************************/
+#include <rfCalibration.h>
+
+/******************************************************************************
+ Definitions section
+ ******************************************************************************/
+/** Redefenition of RF calibration request function name. **/
+#define MACHWD_CalibrationReq RF_CalibrationReq
+
+/******************************************************************************
+ Types section
+ ******************************************************************************/
+/** Redefenition of random generation request structure. **/
+typedef RF_CalibrationReq_t MACHWD_CalibrationReq_t;
+
+/******************************************************************************
+ Prototypes section
+ ******************************************************************************/
+/**************************************************************************//**
+ \brief Request to perform PLL and FTN calibration.
+
+ \param[in] reqParams - pointer to calibration parameters - callback and
+ confirmation status.
+ \return None.
+ ******************************************************************************/
+void MACHWD_CalibrationReq(MACHWD_CalibrationReq_t *reqParams);
+
+#endif /* _MACHWDCALIB_H */
+/** eof machwdCalib.h */