summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/SystemEnvironment/include/bcSysSleep.h
blob: 6ea0be2cf8d62d3cedaeae2a5225d17cab3a1804 (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
/****************************************************************************//**
  \file bcSysSleep.h

  \brief
    Implementation of the system sleep service.

  \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:
    8/06/09 A. Khromykh - Created
*********************************************************************************/

#ifndef _MNSYSSLEEP_H
#define _MNSYSSLEEP_H
/*********************************************************************************
                          Includes section.
**********************************************************************************/
#include <sleep.h>

/*********************************************************************************
                          Function prototypes section.
**********************************************************************************/
/******************************************************************************//**
\brief Prepares system for sleep.

\param[in]
  sleepParam - pointer to sleep structure.
**********************************************************************************/
void SYS_Sleep(HAL_Sleep_t *sleepParam);

#endif /* _MNSYSSLEEP_H */