summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h
blob: 76f96b463a60e40a94bd6cbd9e15a555b7f17bb4 (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
53
54
55
56
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