Home
last modified time | relevance | path

Searched refs:UX_MAX_SCATTER_GATHER_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_memory_allocate.c144 else if (memory_size_requested > UX_MAX_SCATTER_GATHER_ALIGNMENT) in _ux_utility_memory_allocate()
147 memory_alignment = UX_MAX_SCATTER_GATHER_ALIGNMENT - 1; in _ux_utility_memory_allocate()
/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_basic_memory_management_test.c173 memory_size = UX_MAX_SCATTER_GATHER_ALIGNMENT + 1; in test_application_define()
176 if ((pointer_1 == UX_NULL) || (((ULONG)pointer_1) & (UX_MAX_SCATTER_GATHER_ALIGNMENT-1))) in test_application_define()
Dusbx_ux_utility_memory_test.c320 UX_MAX_SCATTER_GATHER_ALIGNMENT, in test_application_define()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1171 #define UX_MAX_SCATTER_GATHER_ALIGNMENT 4096 macro