-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
NimaLTD.I-CUBE-ATC_conf.h
54 lines (45 loc) · 1.61 KB
/
NimaLTD.I-CUBE-ATC_conf.h
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/**
******************************************************************************
* File Name : NimaLTD.I-CUBE-ATC_conf.h
* Description : This file provides code for the configuration
* of the NimaLTD.I-CUBE-ATC_conf.h instances.
******************************************************************************
* @attention
*
* Copyright (c) 2024 STMicroelectronics.
* All rights reserved.
*
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef _NIMALTD_I_CUBE_ATC_CONF_H_
#define _NIMALTD_I_CUBE_ATC_CONF_H_
#ifdef __cplusplus
extern "C" {
#endif
#define ATC_DEBUG_DISABLE 0
#define ATC_DEBUG_ENABLE 1
#define ATC_RTOS_DISABLE 0
#define ATC_RTOS_CMSIS_V1 1
#define ATC_RTOS_CMSIS_V2 2
#define ATC_RTOS_THREADX 3
/**
MiddleWare name : NimaLTD.I-CUBE-ATC.4.0.0
MiddleWare fileName : NimaLTD.I-CUBE-ATC_conf.h
*/
/*---------- ATC_DEBUG -----------*/
#define ATC_DEBUG ATC_DEBUG_ENABLE
/*---------- ATC_RTOS -----------*/
#define ATC_RTOS ATC_RTOS_DISABLE
#ifdef __cplusplus
}
#endif
#endif /* _NIMALTD_I_CUBE_ATC_CONF_H_ */
/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/