Select one of the symbols to view example projects that use it.
 
Outline
...
...
...
...
...
...
#define TXM_MODULE_USER_H
Files
loading...
SourceVuSTM32 Libraries and SamplesTx_ModuleManagerInc/txm_module_user.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
54
55
56
57
58
59
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/**************************************************************************/ /* */ /* Copyright (c) Microsoft Corporation. All rights reserved. */ /* */ /* This software is licensed under the Microsoft Software License */ /* Terms for Microsoft Azure RTOS. Full text of the license can be */ /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ /* and in the root directory of this software. */ /* */... /**************************************************************************/ ... /**************************************************************************/ /**************************************************************************/ /** */ /** ThreadX Component */ /** */ /** User Specific */ /** */... /**************************************************************************/ /**************************************************************************/ ... /**************************************************************************/ /* */ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* txm_module_user.h PORTABLE C */ /* 6.1 */ /* AUTHOR */ /* */ /* Scott Larson, Microsoft Corporation */ /* */ /* DESCRIPTION */ /* */ /* This file contains user defines for configuring the Module Manager */ /* in specific ways. This file will have an effect only if the Module */ /* Manager library is built with TXM_MODULE_INCLUDE_USER_DEFINE_FILE */ /* defined. Note that all the defines in this file may also be made on */ /* the command line when building Modules library and application */ /* objects. */ /* */ /* RELEASE HISTORY */ /* */ /* DATE NAME DESCRIPTION */ /* */ /* 09-30-2020 Scott Larson Initial Version 6.1 */ /* */... /**************************************************************************/ #ifndef TXM_MODULE_USER_H #define TXM_MODULE_USER_H /* Defines the kernel stack size for a module thread. The default is 512, which is sufficient for applications only using ThreadX, however, if other libraries are used i.e. FileX, NetX, etc., then this value will most likely need to be increased. *//* ... */ /* #define TXM_MODULE_KERNEL_STACK_SIZE 2048 */ /* ... */ ...#endif
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.