Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_semaphore_notify_trampoline.c97 … callback_message.txm_module_callback_message_type = TXM_SEMAPHORE_PUT_CALLBACK; in _txm_module_manager_semaphore_notify_trampoline()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_module_callback_request_thread_entry.c164 case TXM_SEMAPHORE_PUT_CALLBACK: in _txm_module_callback_request_thread_entry()
/ThreadX-v6.4.1/common_modules/inc/
Dtxm_module.h234 #define TXM_SEMAPHORE_PUT_CALLBACK 3 macro