summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1605551_ldr_utilities/debug_subsystem/t_debug_subsystem.h
blob: 5e398f75cdcd79470675d4b9940c02e01f6187f7 (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
/*******************************************************************************
 * Copyright (C) ST-Ericsson SA 2011
 * License terms: 3-clause BSD license
 ******************************************************************************/
#ifndef _T_DEBUG_SUBSYTEM_H_
#define _T_DEBUG_SUBSYTEM_H_

/**
 *  @addtogroup ldr_utilities
 *  @{
 *    @addtogroup debug_subsytem
 *    @{
 */

/*******************************************************************************
 * Types, constants
 ******************************************************************************/
/** Number of messages that can be inserted in debug queue */
#define MAX_NUMBER_OF_MESSAGES (1000)

/** Type of debug output channel */
typedef enum {
    OUTPUT_CHANNEL_DEBUG_BUFFER = 0,
    OUTPUT_CHANNEL_UART0,
} Debug_Output_Channel_t;

/** @} */
/** @} */
#endif /*_T_DEBUG_SUBSYTEM_H_*/