Cordio Stack and Cordio Profiles
r2p3-02rel0
Main Page
Usage and Description
Reference
app_terminal.h
Go to the documentation of this file.
1
/*************************************************************************************************/
2
/*!
3
* \file
4
*
5
* \brief App Terminal handler.
6
*
7
* Copyright (c) 2015-2018 Arm Ltd. All Rights Reserved.
8
* ARM Ltd. confidential and proprietary.
9
*
10
* IMPORTANT. Your use of this file is governed by a Software License Agreement
11
* ("Agreement") that must be accepted in order to download or otherwise receive a
12
* copy of this file. You may not use or copy this file for any purpose other than
13
* as described in the Agreement. If you do not agree to all of the terms of the
14
* Agreement do not use this file and delete all copies in your possession or control;
15
* if you do not have a copy of the Agreement, you must contact ARM Ltd. prior
16
* to any use, copying or further distribution of this software.
17
*/
18
/*************************************************************************************************/
19
20
#ifndef APP_TERMINAL_H
21
#define APP_TERMINAL_H
22
23
/*! \addtogroup APP_FRAMEWORK_UI_API
24
* \{ */
25
26
/**************************************************************************************************
27
Function Prototypes
28
**************************************************************************************************/
29
30
/** \name APP Terminal Functions
31
* Open a terminal interface to the application.
32
*/
33
/**@{*/
34
35
/*************************************************************************************************/
36
/*!
37
* \brief Initialize terminal.
38
*
39
* \return None.
40
*/
41
/*************************************************************************************************/
42
void
AppTerminalInit
(
void
);
43
44
/**@}*/
45
46
/*! \} */
/*! APP_FRAMEWORK_UI_API */
47
48
#endif
/* APP_TERMINAL_H */
AppTerminalInit
void AppTerminalInit(void)
Initialize terminal.
Copyright © 2017-2018 Arm Ltd. All rights reserved.
Arm Confidential
Cordio Stack and Cordio Profiles