threadx
TXM_MODULE_CALLBACK_MESSAGE
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
TXM_MODULE_CALLBACK_MESSAGE struct
Syntax
Show:
Summary
Declaration
from
txm_module.h:407
typedef
struct
TXM_MODULE_CALLBACK_MESSAGE_STRUCT
{
ULONG
txm_module_callback_message_type
;
ULONG
txm_module_callback_message_activation_count
;
VOID
(
*
txm_module_callback_message_application_function
)
(
VOID
)
;
ALIGN_TYPE
txm_module_callback_message_param_1
;
ALIGN_TYPE
txm_module_callback_message_param_2
;
ALIGN_TYPE
txm_module_callback_message_param_3
;
ALIGN_TYPE
txm_module_callback_message_param_4
;
ALIGN_TYPE
txm_module_callback_message_param_5
;
ALIGN_TYPE
txm_module_callback_message_param_6
;
ALIGN_TYPE
txm_module_callback_message_param_7
;
ALIGN_TYPE
txm_module_callback_message_param_8
;
ALIGN_TYPE
txm_module_callback_message_reserved1
;
ALIGN_TYPE
txm_module_callback_message_reserved2
;
}
TXM_MODULE_CALLBACK_MESSAGE
;
Fields
Field
Declared as
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_param_2
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_param_3
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_param_4
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_param_5
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_param_6
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_param_7
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_param_8
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_reserved1
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_reserved2
ALIGN_TYPE
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_type
ULONG
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_activation_count
ULONG
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_application_function
VOID
(
*
)
(
VOID
)
TXM_MODULE_CALLBACK_MESSAGE_STRUCT::txm_module_callback_message_param_1
ALIGN_TYPE
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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