if (events & SYS_EVENT_MSG)
{
uint8 *pMsg;
if ((pMsg = tmos_msg_receive(hidEmuTaskId)) != NULL)
{
hidEmu_ProcessTMOSMsg((tmos_event_hdr_t *) pMsg);
tmos_msg_deallocate(pMsg);
}
return (events ^ SYS_EVENT_MSG);
}
这个event的作用是干嘛的
热门产品 :
CH585: 集成高速USB和NFC的蓝牙MCU