Freescale Semiconductor Inc.
    Regional Technical Application Center

 

Main Page | Class List | Directories | File List | File Members | Related Pages

Emios.c File Reference

This file handles Multi-Thread Scheduler timebase. More...

#include "Emios.h"

Functions

void vfnEmios_Set_Callback_Fnc (Emios_CallbackType Callback_Fnc)
 Sets the function to which the emios interrupt shall
jump once interrupt occurs.
void Emios_Scheduler_Isr (void)
 Emios Channel 0 Interrupt Handler.

Variables

Emios_CallbackType Emios_Scheduler_CallBack = NULL_PTR


Detailed Description

This file handles Multi-Thread Scheduler timebase.

Copyright (c) 2008 Freescale Semiconductor Freescale Confidential Proprietary

Author:
Freescale Semiconductor

Guadalajara Applications Laboratory RTAC Americas

R01160

Version:
0.1
Date:
5/23/2008

Function Documentation

void Emios_Scheduler_Isr void   ) 
 

Emios Channel 0 Interrupt Handler.

Author:
R01160
Parameters:
none 
Returns:
none

void vfnEmios_Set_Callback_Fnc Emios_CallbackType  Callback_Fnc  ) 
 

Sets the function to which the emios interrupt shall
jump once interrupt occurs.

Author:
R01160
Parameters:
Emios_CallbackType - Callback type definition
Returns:
none
Warning:
this function will skip any null pointer parameter passed
as a input parameter.


Variable Documentation

Emios_CallbackType Emios_Scheduler_CallBack = NULL_PTR
 

Scheduler Callback type