#include <inttypes.h>
#include <types.h>
#include <atomic.h>
Go to the source code of this file.
Functions | |
void | APL_TaskHandler (void) |
INLINE void | SYS_PostTask (SYS_TaskId_t taskId) |
Posts task to the stack Task Manager. |
Copyright (c) 2008 , Atmel Corporation. All rights reserved. Licensed under Atmel's Limited License Agreement (BitCloudTM).
Definition in file taskManager.h.
void APL_TaskHandler | ( | void | ) |
This function is called for processing user application task. Should be defined in user application. Its very first call is intended just for setting parameters into the stack. For starting a network a new task should be posted.
INLINE void SYS_PostTask | ( | SYS_TaskId_t | taskId | ) |
Posts task to the stack Task Manager.
[in] | taskId | - ID of the posted task. An application has APL_TASK_ID. |
Definition at line 93 of file taskManager.h.