Real-Time Executive(REX)
FIQ Fast Interrupt Request, 快速中断
IRQ Interrupt Request, 普通中断
ISR Interrupt service routine,中断服务程序
routine [ru:ˈti:n] n. 日常工作; 常规; 手续, 程序 the day's routine, the input routine
adj. 例行的; 常规的 It's just a routine medical examination
Idle Task 操作系统中的优先级最低的任务,空闲任务的优先级为 0,为一个空等待循环,只能由中断抢夺其CPU控制权。
TCB Task control block,任务控制块,REX内部的数据结构,用于存放任务的信息。
critical section 临界区,代码中访问共享资源的部分。
CPSR Current Program Status Register.当前程序状态寄存器,该寄存器保存了旗语,中断控制位和处理器当前操作模式。
SPSR Saved program status register.受保护的程序状态寄存器,每一个处理器模式提供一个 SPSR 用以保存处理器切换到其它模式前的CPSR。