Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_utility_memory_allocate.c145 else if (memory_size_requested > UX_MAX_SCATTER_GATHER_ALIGNMENT) in _ux_utility_memory_allocate()
148 memory_alignment = UX_MAX_SCATTER_GATHER_ALIGNMENT - 1; in _ux_utility_memory_allocate()
/USBX-v6.3.0/common/core/inc/
Dux_api.h1167 #define UX_MAX_SCATTER_GATHER_ALIGNMENT 4096 macro