semaphore_post(handle); // continue doing something here // .... // .. } // High priority task 12 void xyz() { Semaphore_pend(handle, BIOS_WAIT_FOREVER); ...
確定! 回上一頁