summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdReset.h
blob: d403355a9c365c5c525c2662f9fb537410a56a2e (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
/**************************************************************************//**
  \file machwdReset.h
  
  \brief MACHWD reset types and function prototypes.
  
  \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:     
      26/09/07 A. Mandychev - Created.
******************************************************************************/

#ifndef _MACHWDRESET_H
#define _MACHWDRESET_H

/******************************************************************************
                    Prototypes section
******************************************************************************/
/**************************************************************************//**
  \brief Resets MAC_HWD_PHY layer.
  \return none.
******************************************************************************/
void MACHWD_Reset(void);

#endif /* _MACHWDRESET_H */

// eof machwdReset.h