예제 #1
0
파일: g2100.c 프로젝트: bruce33/avrfreertos
void zg_isr()
{
	portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;

	ZG2100_ISR_DISABLE();
	intr_occured = 1;

	xSemaphoreGiveFromISR( xZGIntrSemaphore, &xHigherPriorityTaskWoken );
}
예제 #2
0
파일: g2100.c 프로젝트: ADDTech/techrm
void zg_isr()
{
	ZG2100_ISR_DISABLE();
	intr_occured = 1;
}