threadx
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_application_function
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_application_function
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_application_function field
Syntax
Show:
Summary
Declaration
from
txm_module.h:411
VOID
(
*
txm_module_callback_message_application_function
)
(
VOID
)
;
Examples
References
from
examples
Code
Location
Referrer
VOID
(
*
txm_module_callback_message_application_function
)
(
VOID
)
;
txm_module.h:411
if
(
(
queued_message
->
txm_module_callback_message_application_function
==
callback_message
->
txm_module_callback_message_application_function
)
&&
txm_module_manager_callback_request.c:104
_txm_module_manager_callback_request()
callback_message
.
txm_module_callback_message_application_function
=
(
VOID
(
*
)
(
VOID
)
)
group_ptr
->
tx_event_flags_group_set_module_notify
;
txm_module_manager_event_flags_notify_trampoline.c:102
_txm_module_manager_event_flags_notify_trampoline()
callback_message
.
txm_module_callback_message_application_function
=
(
VOID
(
*
)
(
VOID
)
)
queue_ptr
->
tx_queue_send_module_notify
;
txm_module_manager_queue_notify_trampoline.c:99
_txm_module_manager_queue_notify_trampoline()
callback_message
.
txm_module_callback_message_application_function
=
(
VOID
(
*
)
(
VOID
)
)
semaphore_ptr
->
tx_semaphore_put_module_notify
;
txm_module_manager_semaphore_notify_trampoline.c:100
_txm_module_manager_semaphore_notify_trampoline()
callback_message
.
txm_module_callback_message_application_function
=
(
VOID
(
*
)
(
VOID
)
)
thread_info
->
txm_module_thread_entry_info_exit_notify
;
txm_module_manager_thread_notify_trampoline.c:109
_txm_module_manager_thread_notify_trampoline()
callback_message
.
txm_module_callback_message_application_function
=
(
VOID
(
*
)
(
VOID
)
)
timer_ptr
->
tx_timer_module_expiration_function
;
txm_module_manager_timer_notify_trampoline.c:110
_txm_module_manager_timer_notify_trampoline()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_application_function
is written by 5 functions and is read by 1 function:
_txm_module_manager_event_flags_notify_trampoline()
_txm_module_manager_queue_notify_trampoline()
_txm_module_manager_semaphore_notify_trampoline()
_txm_module_manager_thread_notify_trampoline()
_txm_module_manager_timer_notify_trampoline()
All items filtered out
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_application_function
_txm_module_manager_callback_request()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out