Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_queue_notify_trampoline.c97 … callback_message.txm_module_callback_message_type = TXM_QUEUE_SEND_CALLBACK; in _txm_module_manager_queue_notify_trampoline()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_module_callback_request_thread_entry.c155 case TXM_QUEUE_SEND_CALLBACK: in _txm_module_callback_request_thread_entry()
/ThreadX-v6.2.1/common_modules/inc/
Dtxm_module.h234 #define TXM_QUEUE_SEND_CALLBACK 2 macro