summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/BSP/include/rs485Controller.h
blob: 7323b0328e8af28fd55542b7a3ca05d2c8a954c6 (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
/************************************************************//**
  \file rs485Controller.h

  \brief The header file describes functions for enabling\disabling rs485 interface.

  \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:
    12/11/08 A. Khromykh - Created
*****************************************************************/
#ifndef _RS485CONTROLLER_H
#define _RS485CONTROLLER_H

/****************************************************************
                   Prototypes section
*****************************************************************/
/************************************************************//**
\brief Enable RTS driving for RS485 driver.
****************************************************************/
void BSP_EnableRs485(void);

/************************************************************//**
\brief Disable RTS driving for RS485 driver.
****************************************************************/
void BSP_DisableRs485(void);

#endif /* _RS485CONTROLLER_H */