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
38
43
48
53
58
59
60
61
62
63
64
65
66
67
/* ... */
#ifndef APP_AZURE_RTOS_H
#define APP_AZURE_RTOS_H
#ifdef __cplusplus
extern "C" {
#endif
#include "app_azure_rtos_config.h"
#include "app_threadx.h"
Includes
Private includes
Exported types
Exported constants
Exported macro
Exported functions prototypes
#ifdef __cplusplus
}extern "C" { ... }
#endif
/* ... */
#endif