This file is part of SimpleRTOS2
/*============================================================================*/ #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 19:28, local time: 2024/11/12 17:06,
owner: IMB-yahoo-J86,
18.216.149.49: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? <A HREF="http://ecomorder.com/techref/member/IMB-yahoo-J86/Priorities.c.htm"> A simple RTOS for microcontrollers based upon concepts of FreeRTOS</A> |
Did you find what you needed? |