Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_memory_allocate.c277 if ((available_bytes - memory_size_requested) >= ((ULONG) UX_BYTE_BLOCK_MIN)) in _ux_utility_memory_allocate()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2492 #ifndef UX_BYTE_BLOCK_MIN
2493 #define UX_BYTE_BLOCK_MIN ((ULONG) 20) macro