From b24866225a6301d3a663f874725e83c012dc25d3 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 26 Dec 2012 17:36:00 +0100 Subject: digital/beacon: add bitcloud stack into common directory digital/zigbit --- .../MAC_HWD_PHY/include/machwdCalibration.h | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h (limited to 'digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h') diff --git a/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h b/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h new file mode 100644 index 00000000..38e231c4 --- /dev/null +++ b/digital/zigbit/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 + +/****************************************************************************** + 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 */ -- cgit v1.2.3