summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/APS/include/private/apsEndpoint.h
blob: a9c8ef642f9709cad7e639addc96f1c853810fc9 (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
/**************************************************************************//**
  \file  apsEndpoint.h

  \brief Private interface.of APS endpoints.

  \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:
    2010-10-22 Max Gekk - Created.
   Last change:
    $Id: apsEndpoint.h 17448 2011-06-09 13:53:59Z ataradov $
 ******************************************************************************/
#if !defined _APS_ENDPOINT_H
#define _APS_ENDPOINT_H

/******************************************************************************
                               Includes section
 ******************************************************************************/
#include <apsdeEndpoint.h>

/******************************************************************************
                              Prototypes section
 ******************************************************************************/
/******************************************************************************
  \brief Search the registered endpoint descriptor.

  \param[in] endpoint - valid endpoint number.

  \return Valid endpoint descriptor pointer if one found NULL - at other case.
 ******************************************************************************/
APS_PRIVATE
APS_EndpointReg_t* apsFindEndpoint(const Endpoint_t endpoint);

/******************************************************************************
  \brief Reset queue of endpoints.
 ******************************************************************************/
APS_PRIVATE void apsResetEndpoints(void);

#endif /* _APS_ENDPOINT_H */
/** eof apsEndpoint.h */