Searched refs:FLAGS_MSK1 (Results 1 – 7 of 7) sorted by relevance
/device/board/bearpi/bearpi_hm_nano/app/C5_e53_is1_infrared/ |
D | README.md | 43 …Wait()函数让ExampleTask任务一直等待事件标志位`FLAGS_MSK1`。当检测到人后,回调函数`BeepAlarm()`会设置事件标志位`FLAGS_MSK1`,ExampleTa… 48 osEventFlagsSet(g_eventFlagsId, FLAGS_MSK1); 61 osEventFlagsWait(g_eventFlagsId, FLAGS_MSK1, osFlagsWaitAny, osWaitForever);
|
D | e53_is1_example.c | 27 #define FLAGS_MSK1 0x00000001U macro 34 osEventFlagsSet(g_eventFlagsId, FLAGS_MSK1); in BeepAlarm() 47 osEventFlagsWait(g_eventFlagsId, FLAGS_MSK1, osFlagsWaitAny, osWaitForever); in ExampleTask()
|
/device/board/bearpi/bearpi_hm_nano/app/A3_kernel_event/ |
D | event_example.c | 23 #define FLAGS_MSK1 0x00000001U macro 37 osEventFlagsSet(g_eventFlagsId, FLAGS_MSK1); in EventSenderThread() 55 flags = osEventFlagsWait(g_eventFlagsId, FLAGS_MSK1, osFlagsWaitAny, osWaitForever); in EventReceiverThread()
|
D | README.md | 78 osEventFlagsSet(g_eventFlagsId, FLAGS_MSK1); 96 flags = osEventFlagsWait(g_eventFlagsId, FLAGS_MSK1, osFlagsWaitAny, osWaitForever);
|
/device/board/talkweb/niobe407/applications/004_system_event/ |
D | os_event_example.c | 23 #define FLAGS_MSK1 0x00000001U macro 35 flags = osEventFlagsSet(g_event_flags_id, FLAGS_MSK1); in OS_Thread_EventSender() 48 flags = osEventFlagsWait(g_event_flags_id, FLAGS_MSK1, osFlagsWaitAny, osWaitForever); in OS_Thread_EventReceiver()
|
D | README_zh.md | 100 flags = osEventFlagsSet(g_event_flags_id, FLAGS_MSK1); 126 flags = osEventFlagsWait(g_event_flags_id, FLAGS_MSK1, osFlagsWaitAny, osWaitForever);
|
/device/board/bearpi/bearpi_hm_nano/app/D10_iot_cloud_oc_infrared/ |
D | iot_cloud_oc_sample.c | 92 #define FLAGS_MSK1 0x00000001U macro 99 osEventFlagsSet(g_eventFlagsId, FLAGS_MSK1); in BeepAlarm() 141 osEventFlagsWait(g_eventFlagsId, FLAGS_MSK1, osFlagsWaitAny, osWaitForever); in CloudMainTaskEntry()
|