⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cxextern.h

📁 CMEX source code RTOS for atmel atmega128
💻 H
字号:
extern byte MAX_TASKS;
extern byte MAX_RESOURCES;
extern byte MAX_CYCLIC_TIMERS;
extern byte MAX_MAILBOXES;
extern byte MAX_QUEUES;
extern byte RTC_SCALE;
extern byte TSLICE_SCALE;
extern byte SLICE_ON;
extern byte MAX_SEMAPHORES;

extern struct _tcb cmx_tcb[];

extern MAILBOX mail_box[];

extern MSG message_box[];

extern MSG *message_ptr;
extern word16 message_free;

extern QUEHDR queue[];

extern CYCLIC_TIMERS tcproc[];

extern CYCLIC_LNK *cyclic_lnk;

extern CYCLIC_LNK cyclic_buf;

extern TSK_TIMER_LNK *tsk_timer_lnk;

extern TSK_TIMER_LNK tsk_timer_buf;

extern RESHDR res_que[];

extern SEM sem_array[];

extern word16 *stack_blk;
extern word16 *system_stack_blk;

extern tcbpointer activetcb; 
extern tcbpointer timertask;
extern byte rtc_count;
extern byte active_priority;
extern byte tslice_count;

#ifdef CMXTRACKER
extern byte CMXTRACKER_ON;
#endif





⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -