CMSIS2000
0.0.7
|
Макросы | |
#define | CR_CONTEXT_END(cntx) } |
#define | CR_CONTEXT_ERROR(cr, error) |
#define | CR_CONTEXT_INIT_VALUE 0 |
#define | CR_CONTEXT_RESET_AND_RETURN(cntx) |
#define | CR_CONTEXT_RESTORE(cntx) switch(cntx) { case 0: |
#define | CR_CONTEXT_SAVE_AND_RETURN(cntx) |
#define | CR_ERROR(context) (context < 0) |
#define | CR_EXECUTING(context) (context > 0) |
#define | CR_EXITED(context) (context == 0) |
#define | CR_WAIT(cr, condition) |
Определения типов | |
typedef signed int | cr_cntx_t |
#define CR_CONTEXT_ERROR | ( | cr, | |
error | |||
) |
#define CR_CONTEXT_RESET_AND_RETURN | ( | cntx | ) |
#define CR_CONTEXT_RESTORE | ( | cntx | ) | switch(cntx) { case 0: |
#define CR_CONTEXT_SAVE_AND_RETURN | ( | cntx | ) |
#define CR_WAIT | ( | cr, | |
condition | |||
) |