![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
Macros | |
| #define | TASK_TEMPLATE_LIST_END {0, 0, 0, 0, 0, 0, 0} |
| #define | PEX_USE_RTOS |
| #define | PEX_RTOS_MQX_TYPE |
| #define | MAINTASK_TASK 1U |
| #define | EVENTHANDLER_TASK1_TASK 2U |
| #define | PEX_RTOS_START() _mqx( (MQX_INITIALIZATION_STRUCT_PTR) &MQX_init_struct ); |
Typedefs | |
| typedef task_param_t | os_task_param_t |
Functions | |
| const | _WEAK_SYMBOL (MQX_INITIALIZATION_STRUCT MQX_init_struct) |
Variables | |
| void * | kernel_data_prv |
| const TASK_TEMPLATE_STRUCT | MQX_template_list [] |
| const MQX_INITIALIZATION_STRUCT | MQX_init_struct |
| #define EVENTHANDLER_TASK1_TASK 2U |
Definition at line 363 of file mqx_ksdk.h.
Referenced by EventHandler_Task1_Init().
| #define MAINTASK_TASK 1U |
Definition at line 362 of file mqx_ksdk.h.
Referenced by MainTask_Init().
| #define PEX_RTOS_MQX_TYPE |
Definition at line 359 of file mqx_ksdk.h.
| #define PEX_RTOS_START | ( | ) | _mqx( (MQX_INITIALIZATION_STRUCT_PTR) &MQX_init_struct ); |
Definition at line 366 of file mqx_ksdk.h.
Referenced by main().
| #define PEX_USE_RTOS |
Definition at line 356 of file mqx_ksdk.h.
| #define TASK_TEMPLATE_LIST_END {0, 0, 0, 0, 0, 0, 0} |
Definition at line 72 of file mqx_ksdk.c.
| typedef task_param_t os_task_param_t |
Definition at line 354 of file mqx_ksdk.h.
| const _WEAK_SYMBOL | ( | MQX_INITIALIZATION_STRUCT | MQX_init_struct | ) |
| void* kernel_data_prv |
| const MQX_INITIALIZATION_STRUCT MQX_init_struct |
| const TASK_TEMPLATE_STRUCT MQX_template_list[] |
Definition at line 76 of file mqx_ksdk.c.