Searched refs:ef_id (Results 1 – 3 of 3) sorted by relevance
63 uint32_t osEventFlagsSet(osEventFlagsId_t ef_id, uint32_t flags) in osEventFlagsSet() argument65 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsSet()68 if ((ef_id == NULL) || (flags & osFlagsError)) { in osEventFlagsSet()84 uint32_t osEventFlagsClear(osEventFlagsId_t ef_id, uint32_t flags) in osEventFlagsClear() argument86 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsClear()90 if ((ef_id == NULL) || (flags & osFlagsError)) { in osEventFlagsClear()105 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, in osEventFlagsWait() argument108 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsWait()120 if ((ef_id == NULL) || (flags & osFlagsError)) { in osEventFlagsWait()211 const char *osEventFlagsGetName(osEventFlagsId_t ef_id) in osEventFlagsGetName() argument[all …]
533 const char *osEventFlagsGetName(osEventFlagsId_t ef_id);539 uint32_t osEventFlagsSet(osEventFlagsId_t ef_id, uint32_t flags);545 uint32_t osEventFlagsClear(osEventFlagsId_t ef_id, uint32_t flags);550 uint32_t osEventFlagsGet(osEventFlagsId_t ef_id);558 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_t timeou…563 osStatus_t osEventFlagsDelete(osEventFlagsId_t ef_id);
71 parameter ef_id is not ready to be used) are not supported.74 ``osErrorParameter`` (the value of the parameter ef_id is