12.07.2015 Views

CooCox CoOS 用户手册

CooCox CoOS 用户手册

CooCox CoOS 用户手册

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>CooCox</strong> <strong>CoOS</strong> #include "CCRTOS.h"OS_FlagID flag;void XXX_IRQHandler(void){StatusType result;}EnterISR(); // Enter ISR.../* Set a flag that created by other test */result = isr_SetFlag (flag);if (result != E_OK) {if (result == E_SEV_REQ_FULL) {printf("Service requst queue is full !\n");}}...ExitISR(); // Exit ISR1) 2 CoSetFlag:112

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!