Home
last modified time | relevance | path

Searched refs:source (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_unicode_to_string.c72 VOID _ux_utility_unicode_to_string(UCHAR *source, UCHAR *destination) in _ux_utility_unicode_to_string() argument
77 string_length = (ULONG) *source++; in _ux_utility_unicode_to_string()
84 *destination++ = *source++; in _ux_utility_unicode_to_string()
87 source++; in _ux_utility_unicode_to_string()
Dux_utility_string_to_unicode.c80 VOID _ux_utility_string_to_unicode(UCHAR *source, UCHAR *destination) in _ux_utility_string_to_unicode() argument
87 _ux_utility_string_length_check(source, &string_length, 254); in _ux_utility_string_to_unicode()
96 *destination++ = *source++; in _ux_utility_string_to_unicode()
Dux_utility_memory_copy.c76 UCHAR * source; in _ux_utility_memory_copy() local
80 source = (UCHAR *) memory_source; in _ux_utility_memory_copy()
88 *destination++ = *source++; in _ux_utility_memory_copy()
Dux_utility_memory_compare.c76 UCHAR * source; in _ux_utility_memory_compare() local
81 source = (UCHAR *) memory_source; in _ux_utility_memory_compare()
89 if(*destination++ != *source++) in _ux_utility_memory_compare()
Dux_utility_debug_log.c116 _ux_utility_string_length_check(source, &debug_location_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
118 _ux_utility_string_length_check(source, &debug_message_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
/USBX-v6.2.1/
DSECURITY.md3 …rity of our software products and services seriously, which includes all source code repositories …
20 * Full paths of source file(s) related to the manifestation of the issue
21 * The location of the affected source code (tag/branch/commit or direct URL)
DREADME.md52 /* up a periodic timer interrupt source, saving the system stack */
109 …and addons you need in `ux_user.h` and build together with the component source code. You can refe…
115 …While the typical usage pattern is to include USBX into your device code source tree to be built &…
DLICENSE.txt64 iii. You may redistribute the unmodified or modified source to your device
66 redistribution in source code form must contain this license and any other
74 ii. when distributed in source code form to distributors or developers of your
/USBX-v6.2.1/common/core/inc/
Dux_utility.h99 VOID _ux_utility_unicode_to_string(UCHAR *source, UCHAR *destination);
100 VOID _ux_utility_string_to_unicode(UCHAR *source, UCHAR *destination);