ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
MQX1.h File Reference

MQX Lite RTOS Adapter component. More...

#include "PE_Types.h"
#include "PE_Error.h"
#include "PE_Const.h"
#include "IO_Map.h"
#include "SystemTimer1.h"
#include "task_template_list.h"
#include "mqxlite.h"
#include "mqxlite_prv.h"
Include dependency graph for MQX1.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MQX_PATH   "C:/Freescale/CW MCU v10.6/MCU/ProcessorExpert/lib/mqxlite/V1.1.1/"
 
#define MQXLITE_SYSTEM_TIMER_INIT(param)   system_timer_init(param)
 
#define MQXLITE_SYSTEM_TIMER_START(param)   system_timer_start(param)
 
#define MQXLITE_SYSTEM_TIMER_GET_INPUT_FREQUENCY(param)   SystemTimer1_GetInputFrequency(param)
 
#define MQXLITE_SYSTEM_TIMER_GET_PERIOD_TICKS(param, value)   SystemTimer1_GetPeriodTicks(param, value)
 
#define MQXLITE_SYSTEM_TIMER_GET_COUNTER_VALUE(param)   SystemTimer1_GetCounterValue(param)
 
#define MQXLITE_SYSTEM_TIMER_GET_TICKS_PER_SECOND(param)   SystemTimer1_GetTicsPerSecond(param)
 
#define MQXLITE_SYSTEM_TIMER_SET_HWTICKS_FUNCTION(param)   _time_set_hwtick_function((MQX_GET_HWTICKS_FPTR)&SystemTimer1_GetCounterValue, (pointer)(param))
 
#define PEX_RTOS_INIT()   if (MQX_OK != _mqxlite_init(&MQX_init_struct)) while(1)
 
#define PEX_RTOS_START()   _mqxlite()
 
#define FIRST_INTERRUPT_VECTOR_USED   (INT_SysTick)
 
#define LAST_INTERRUPT_VECTOR_USED   (INT_ENET_Error)
 
#define MQX_INTERRUPT_TABLE_ITEMS   (LAST_INTERRUPT_VECTOR_USED - FIRST_INTERRUPT_VECTOR_USED + 1)
 
#define MQX_IDLE_TASK_PRIORITY   (14)
 
#define MQX_READY_QUEUE_ITEMS   (MQX_IDLE_TASK_PRIORITY + 1)
 
#define MQXLITE_SYSTEM_TIMER_GET_TICS_PER_SECOND   MQXLITE_SYSTEM_TIMER_GET_TICKS_PER_SECOND
 

Functions

void SystemTimer1_OnCounterRestart (LDD_TUserData *UserDataPtr)
 
uint32_t SystemTimer1_GetTicsPerSecond (LDD_TDeviceData *DeviceDataPtr)
 
void __boot (void)
 
void _svc_handler (void)
 
void _pend_svc (void)
 
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 MQXLITE_INITIALIZATION_STRUCT MQX_init_struct
 This data structure/variable holds the complete state of the rli magnetometer sensor embedded application. More...
 
const TASK_TEMPLATE_STRUCT MQX_template_list []
 
INTERRUPT_TABLE_STRUCT mqx_static_isr_table [MQX_INTERRUPT_TABLE_ITEMS]
 
READY_Q_STRUCT mqx_static_ready_queue [MQX_READY_QUEUE_ITEMS]
 
const uint8_t * mqx_task_stack_pointers []
 

Detailed Description

MQX Lite RTOS Adapter component.

THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. Filename : MQX1.h 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.nosp@m.rt@f.nosp@m.reesc.nosp@m.ale..nosp@m.com

Version
01.00

Definition in file MQX1.h.