Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_utility_memory_allocate.c278 if ((available_bytes - memory_size_requested) >= ((ULONG) UX_BYTE_BLOCK_MIN)) in _ux_utility_memory_allocate()
/USBX-v6.3.0/common/core/inc/
Dux_api.h2488 #ifndef UX_BYTE_BLOCK_MIN
2489 #define UX_BYTE_BLOCK_MIN ((ULONG) 20) macro