Select one of the symbols to view example projects that use it.
 
Outline
...
...
...
...
#define UX_SYSTEM_INIT
#define UX_SOURCE_CODE
#include "ux_api.h"
#include "ux_system.h"
_ux_system
_ux_system_otg
_ux_system_endpoint_descriptor_structure
_ux_system_device_descriptor_structure
_ux_system_configuration_descriptor_structure
_ux_system_interface_descriptor_structure
_ux_system_interface_association_descriptor_structure
_ux_system_string_descriptor_structure
_ux_system_dfu_functional_descriptor_structure
_ux_system_class_audio_interface_descriptor_structure
_ux_system_class_audio_input_terminal_descriptor_structure
_ux_system_class_audio_output_terminal_descriptor_structure
_ux_system_class_audio_feature_unit_descriptor_structure
_ux_system_class_audio_streaming_interface_descriptor_structure
_ux_system_class_audio_streaming_endpoint_descriptor_structure
_ux_system_hub_descriptor_structure
_ux_system_hid_descriptor_structure
_ux_system_class_pima_storage_structure
_ux_system_class_pima_object_structure
_ux_system_ecm_interface_descriptor_structure
_ux_system_bos_descriptor_structure
_ux_system_usb_2_0_extension_descriptor_structure
_ux_system_container_id_descriptor_structure
...
...
_ux_system_initialize(void *, ULONG, void *, ULONG)
Files
loading...
SourceVuSTM32 Libraries and Samplesusbxcommon/core/src/ux_system_initialize.c
 
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/**************************************************************************/ /* */ /* 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. */ /* */... /**************************************************************************/ ... /**************************************************************************/ /**************************************************************************/ /** */ /** USBX Component */ /** */ /** System */ /** */... /**************************************************************************/ /**************************************************************************/ /* Define UX_SYSTEM_INIT to bring in the USBX version ID string. */ #define UX_SYSTEM_INIT /* Include necessary system files. */ #define UX_SOURCE_CODE #include "ux_api.h" #include "ux_system.h" /* Define the USBX system data structure. */ UX_SYSTEM *_ux_system; UX_SYSTEM_OTG *_ux_system_otg; /* Define names of all the packed descriptors in USBX. */ UCHAR _ux_system_endpoint_descriptor_structure[] = {1,1,1,1,2,1 }; UCHAR _ux_system_device_descriptor_structure[] = {1,1,2,1,1,1,1,2,2,2,1,1,1,1}; UCHAR _ux_system_configuration_descriptor_structure[] = {1,1,2,1,1,1,1,1}; UCHAR _ux_system_interface_descriptor_structure[] = {1,1,1,1,1,1,1,1,1}; UCHAR _ux_system_interface_association_descriptor_structure[] = {1,1,1,1,1,1,1,1}; UCHAR _ux_system_string_descriptor_structure[] = {1,1,2}; UCHAR _ux_system_dfu_functional_descriptor_structure[] = {1,1,1,2,2,2}; UCHAR _ux_system_class_audio_interface_descriptor_structure[] = {1,1,1,1,1,1,1,1}; UCHAR _ux_system_class_audio_input_terminal_descriptor_structure[] = {1,1,1,1,2,1,1,2,1,1}; UCHAR _ux_system_class_audio_output_terminal_descriptor_structure[] = {1,1,1,1,2,1,1,1}; UCHAR _ux_system_class_audio_feature_unit_descriptor_structure[] = {1,1,1,1,1,1,1}; UCHAR _ux_system_class_audio_streaming_interface_descriptor_structure[] = {1,1,1,1,1,1}; UCHAR _ux_system_class_audio_streaming_endpoint_descriptor_structure[] = {1,1,1,1,1,1}; UCHAR _ux_system_hub_descriptor_structure[] = {1,1,1,2,1,1,1,1}; UCHAR _ux_system_hid_descriptor_structure[] = {1,1,2,1,1,1,2}; UCHAR _ux_system_class_pima_storage_structure[] = {2,2,2,4,4,4,4,4}; UCHAR _ux_system_class_pima_object_structure[] = {4,2,2,4,2,4,4,4,4,4,4,4,2,4,4}; UCHAR _ux_system_ecm_interface_descriptor_structure[] = {1,1,1,1,4,2,2,1}; UCHAR _ux_system_bos_descriptor_structure[] = {1,1,2,1}; UCHAR _ux_system_usb_2_0_extension_descriptor_structure[] = {1,1,1,4}; UCHAR _ux_system_container_id_descriptor_structure[] = {1,1,1,1,4,4,4,4}; ... /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _ux_system_initialize PORTABLE C */ /* 6.1.10 */ /* AUTHOR */ /* */ /* Chaoqiong Xiao, Microsoft Corporation */ /* */ /* DESCRIPTION */ /* */ /* This function initializes the various control data structures for */ /* the USBX system. */ /* */ /* INPUT */ /* */ /* regular_memory_pool_start Start of non cached memory pool */ /* regular_memory_size Size of non cached memory pool */ /* cache_safe_memory_pool_start Start of cached memory pool */ /* cache_safe_memory_size Size of cached memory pool */ /* */ /* OUTPUT */ /* */ /* None */ /* */ /* CALLS */ /* */ /* _ux_utility_memory_allocate Allocate memory */ /* _ux_utility_memory_set Set memory */ /* _ux_utility_mutex_create Create mutex */ /* */ /* CALLED BY */ /* */ /* Application */ /* */ /* RELEASE HISTORY */ /* */ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Chaoqiong Xiao Initial Version 6.0 */ /* 09-30-2020 Chaoqiong Xiao Modified comment(s), */ /* verified memset and memcpy */ /* cases, */ /* resulting in version 6.1 */ /* 12-31-2020 Chaoqiong Xiao Modified comment(s), */ /* added BOS support, */ /* resulting in version 6.1.3 */ /* 01-31-2022 Chaoqiong Xiao Modified comment(s), */ /* added standalone support, */ /* resulting in version 6.1.10 */ /* */... /**************************************************************************/ UINT _ux_system_initialize(VOID *regular_memory_pool_start, ULONG regular_memory_size, VOID *cache_safe_memory_pool_start, ULONG cache_safe_memory_size) { UX_MEMORY_BLOCK *memory_block; ALIGN_TYPE int_memory_pool_start; VOID *regular_memory_pool_end; ULONG memory_pool_offset; #if !defined(UX_STANDALONE) UINT status; #endif /* Reset memory block */ _ux_utility_memory_set(regular_memory_pool_start, 0, regular_memory_size); /* Use case of memset is verified. */ /* Set the _ux_system structure at the start of our regular memory */ _ux_system = (UX_SYSTEM *) regular_memory_pool_start; /* Add to the memory offset the size of the allocated block. */ memory_pool_offset = sizeof(UX_SYSTEM); #ifndef UX_DEVICE_SIDE_ONLY /* Set the _ux_system_host structure. */ _ux_system_host = (UX_SYSTEM_HOST *) (((UCHAR *) regular_memory_pool_start) + memory_pool_offset); /* Add to the memory offset the size of the allocated block. */ memory_pool_offset += (ULONG)sizeof(UX_SYSTEM_HOST); /* ... */ #endif #ifndef UX_HOST_SIDE_ONLY /* Set the _ux_system_slave structure. */ _ux_system_slave = (UX_SYSTEM_SLAVE *) (((UCHAR *) regular_memory_pool_start) + memory_pool_offset); /* Add to the memory offset the size of the allocated block. */ memory_pool_offset += (ULONG)sizeof(UX_SYSTEM_SLAVE); /* ... */ #endif #ifdef UX_OTG_SUPPORT /* Set the _ux_system_otg structure. */ _ux_system_otg = (UX_SYSTEM_OTG *) (((UCHAR *) regular_memory_pool_start) + memory_pool_offset); /* Add to the memory offset the size of the allocated block. */ memory_pool_offset += (ULONG)sizeof(UX_SYSTEM_OTG);/* ... */ #endif /* Set the cache safe memory for the dynamic pool */ _ux_system -> ux_system_regular_memory_pool_start = (UX_MEMORY_BLOCK *) (((UCHAR *) regular_memory_pool_start) + memory_pool_offset); /* Make sure the regular memory pool is aligned properly */ int_memory_pool_start = (ALIGN_TYPE) _ux_system -> ux_system_regular_memory_pool_start; int_memory_pool_start += UX_ALIGN_MIN; int_memory_pool_start &= ~((ALIGN_TYPE)UX_ALIGN_MIN); /* Set the end of the regular memory pool. */ regular_memory_pool_end = (void *) (((UCHAR *) regular_memory_pool_start) + regular_memory_size); /* Check if we have memory available. */ if (int_memory_pool_start >= (ALIGN_TYPE)regular_memory_pool_end) { /* No memory available. */ return(UX_MEMORY_INSUFFICIENT); }if (int_memory_pool_start >= (ALIGN_TYPE)regular_memory_pool_end) { ... } /* Now, we have a project structure allocated, save the regular memory allocation details */ _ux_system -> ux_system_regular_memory_pool_size = (ULONG) (((ALIGN_TYPE) regular_memory_pool_end) - int_memory_pool_start); _ux_system -> ux_system_regular_memory_pool_free = _ux_system -> ux_system_regular_memory_pool_size; _ux_system -> ux_system_regular_memory_pool_start = (UX_MEMORY_BLOCK *) int_memory_pool_start; /* Build the first free memory block */ memory_block = _ux_system -> ux_system_regular_memory_pool_start; memory_block -> ux_memory_block_size = _ux_system -> ux_system_regular_memory_pool_size - (ULONG)sizeof(UX_MEMORY_BLOCK); memory_block -> ux_memory_block_status = UX_MEMORY_UNUSED; /* Check the definition of the cache safe pool. If the application or controller do not require any cache safe memory, define the cached safe memory region as the regular memory region. *//* ... */ if (cache_safe_memory_pool_start == UX_NULL) { /* Cache safe memory is the same as regular memory. */ _ux_system -> ux_system_cache_safe_memory_pool_size = _ux_system -> ux_system_regular_memory_pool_size; _ux_system -> ux_system_cache_safe_memory_pool_free = _ux_system -> ux_system_regular_memory_pool_free; _ux_system -> ux_system_cache_safe_memory_pool_start = _ux_system -> ux_system_regular_memory_pool_start; }if (cache_safe_memory_pool_start == UX_NULL) { ... } else { /* Make sure the cache safe memory pool is aligned properly */ int_memory_pool_start = (ALIGN_TYPE) cache_safe_memory_pool_start; int_memory_pool_start += UX_ALIGN_MIN; int_memory_pool_start &= ~((ALIGN_TYPE)UX_ALIGN_MIN); /* Save the cache safe memory allocation details */ _ux_system -> ux_system_cache_safe_memory_pool_size = cache_safe_memory_size - UX_ALIGN_MIN; _ux_system -> ux_system_cache_safe_memory_pool_free = _ux_system -> ux_system_cache_safe_memory_pool_size; _ux_system -> ux_system_cache_safe_memory_pool_start = (UX_MEMORY_BLOCK *) int_memory_pool_start; /* Reset this memory block */ _ux_utility_memory_set(_ux_system -> ux_system_cache_safe_memory_pool_start, 0, _ux_system -> ux_system_cache_safe_memory_pool_size); /* Use case of memset is verified. */ /* Build the first free memory block */ memory_block = _ux_system -> ux_system_cache_safe_memory_pool_start; memory_block -> ux_memory_block_size = _ux_system -> ux_system_cache_safe_memory_pool_size - (ULONG)sizeof(UX_MEMORY_BLOCK); memory_block -> ux_memory_block_status = UX_MEMORY_UNUSED; }else { ... } #ifdef UX_ENABLE_MEMORY_STATISTICS _ux_system -> ux_system_regular_memory_pool_base = (UCHAR *) _ux_system -> ux_system_regular_memory_pool_start; _ux_system -> ux_system_regular_memory_pool_min_free = _ux_system -> ux_system_regular_memory_pool_free; _ux_system -> ux_system_cache_safe_memory_pool_base = (UCHAR *) _ux_system -> ux_system_cache_safe_memory_pool_start; _ux_system -> ux_system_cache_safe_memory_pool_min_free = _ux_system -> ux_system_cache_safe_memory_pool_free; /* Other fields are kept zero. *//* ... */ #endif #ifdef UX_ENABLE_DEBUG_LOG /* Obtain memory for storing the debug log. */ _ux_system -> ux_system_debug_log_buffer = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, UX_DEBUG_LOG_SIZE); if (_ux_system -> ux_system_debug_log_buffer == UX_NULL) return(UX_MEMORY_INSUFFICIENT); /* Setup the head and tail pointers. */ _ux_system -> ux_system_debug_log_head = _ux_system -> ux_system_debug_log_buffer; _ux_system -> ux_system_debug_log_tail = _ux_system -> ux_system_debug_log_buffer; /* Keep the size in system structure variable. */ _ux_system -> ux_system_debug_log_size = UX_DEBUG_LOG_SIZE; /* ... */ #endif #if !defined(UX_STANDALONE) /* Create the Mutex object used by USBX to control critical sections. */ status = _ux_system_mutex_create(&_ux_system -> ux_system_mutex, "ux_system_mutex"); if(status != UX_SUCCESS) return(UX_MUTEX_ERROR);/* ... */ #endif return(UX_SUCCESS); }{ ... }
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.