![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
MQX Lite RTOS Adapter component. More...
Go to the source code of this file.
Macros | |
#define | __KERNEL_DATA_START (pointer)(&_mqx_kernel_data_struct) |
#define | __KERNEL_DATA_END (pointer)((uchar_ptr)&_mqx_kernel_data_struct + sizeof(_mqx_kernel_data_struct)) |
Functions | |
void | SystemTimer1_OnCounterRestart (LDD_TUserData *UserDataPtr) |
uint32_t | SystemTimer1_GetTicsPerSecond (LDD_TDeviceData *DeviceDataPtr) |
uint32_t | system_timer_init (const void *timer_data_ptr) |
uint32_t | system_timer_start (const void *timer_data_ptr) |
void | mqx_initialize_heap (void) |
void | PEX_RTOS_InstallInterrupt (IRQInterruptIndex IntVector, void(*IsrFunction)(void *), void *IsrParam) |
void | MQX1_SetOperationMode (LDD_TDriverOperationMode OperationMode) |
Variables | |
uint8_t | Task1_task_stack [TASK1_TASK_STACK_SIZE] |
uint8_t | CI_task_stack [CI_TASK_STACK_SIZE] |
uint8_t | PM_task_stack [PM_TASK_STACK_SIZE] |
uint8_t | TaskBusManager_task_stack [TASKBUSMANAGER_TASK_STACK_SIZE] |
uint8_t | Fusion_Task_task_stack [FUSION_TASK_TASK_STACK_SIZE] |
uint8_t | MagCal_Task_task_stack [MAGCAL_TASK_TASK_STACK_SIZE] |
uint8_t | TaskRLI1_task_stack [TASKRLI1_TASK_STACK_SIZE] |
uint8_t | TaskApp1_task_stack [TASKAPP1_TASK_STACK_SIZE] |
const uint8_t * | mqx_task_stack_pointers [] |
volatile KERNEL_DATA_STRUCT | _mqx_kernel_data_struct |
READY_Q_STRUCT | mqx_static_ready_queue [MQX_READY_QUEUE_ITEMS] |
INTERRUPT_TABLE_STRUCT | mqx_static_isr_table [MQX_INTERRUPT_TABLE_ITEMS] |
uint8_t | mqx_interrupt_stack [MQX_INTERRUPT_STACK_SIZE+PSP_STACK_ALIGNMENT+1] |
uint8_t | mqx_idle_task_stack [sizeof(TD_STRUCT)+PSP_IDLE_STACK_SIZE+PSP_STACK_ALIGNMENT+1] |
const MQXLITE_INITIALIZATION_STRUCT | MQX_init_struct |
This data structure/variable holds the complete state of the rli magnetometer sensor embedded application. More... | |
MQX Lite RTOS Adapter component.
THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. Filename : MQX1.c Project : ISF_K64F_CW_PROJ Processor : MK64FN1M0VLL12 Version : Component 01.110, Driver 01.00, CPU db: 3.00.000 Compiler : GNU C Compiler Date/Time : 2015-03-03, 11:16, # CodeGen: 3 Abstract : MQX Lite RTOS Adapter component. Settings :
Copyright : 1997 - 2014 Freescale Semiconductor, Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
o Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
o Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
o Neither the name of Freescale Semiconductor, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
http: www.freescale.com mail: suppo rt@f reesc ale. com
Definition in file MQX1.c.