RT-Thread Kernel API


Modules

 Thread Management
 Clock and Timer Management
 Kernel Object Management
 Inter-Thread Communication
 Memory Management
 Device System
 Runtime Trace and Record
 Other useful kernel service
 Error Code

Functions

void rt_interrupt_enter ()
void rt_interrupt_leave ()

Detailed Description

The Kernel APIs are the core APIs of RT-Thread, which supports the following features:

Function Documentation

void rt_interrupt_enter ( void   ) 

This function will be invoked by BSP, when enter interrupt service routine

Note:
please don't invoke this routine in application
See also:
rt_interrupt_leave

void rt_interrupt_leave ( void   ) 

This function will be invoked by BSP, when leave interrupt service routine

Note:
please don't invoke this routine in application
See also:
rt_interrupt_enter


Generated on Thu Oct 9 07:19:09 2008 for RT-Thread Kernel by  doxygen 1.5.7