summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdCalibration.h
blob: 38e231c4a978176204df610d606297ca68975548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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 */