please dont rip this site

A simple RTOS for microcontrollers based upon concepts of FreeRTOS

This file is part of SimpleRTOS2

by Isaac Marino Bavaresco

This is file "SimpleRTOS\Priorities.c"

/*============================================================================*/
#include "Portable.h"
/*============================================================================*/
#define MAX_PRIORITIES  (3)
/*============================================================================*/

const unsigned int  MaxPriorities   = MAX_PRIORITIES;

/*============================================================================*/
/*
Points to the head of the running tasks contexts list. This list is organized
as a double-linked circular list.
*/

context_t           *ReadyTasks[MAX_PRIORITIES];

/*============================================================================*/

file: /Techref/member/IMB-yahoo-J86/Priorities.c.htm, 1KB, , updated: 2016/1/14 20:28, local time: 2024/3/28 16:05, owner: IMB-yahoo-J86,
TOP NEW HELP FIND: 
3.235.251.99:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.massmind.org/Techref/member/IMB-yahoo-J86/Priorities.c.htm"> A simple RTOS for microcontrollers based upon concepts of FreeRTOS</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?