Home
last modified time | relevance | path

Searched refs:TXM_BYTE_ALLOCATE_CALL (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_byte_allocate.c85 …return_value = (UINT) (_txm_module_kernel_call_dispatcher)(TXM_BYTE_ALLOCATE_CALL, (ALIGN_TYPE) po… in _txe_byte_allocate()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_kernel_dispatch.c181 case TXM_BYTE_ALLOCATE_CALL: in _txm_module_manager_kernel_dispatch()
/ThreadX-v6.2.1/common_modules/inc/
Dtxm_module.h249 #define TXM_BYTE_ALLOCATE_CALL 9 macro