• Home
  • Raw
  • Download

Lines Matching full:reading

51  * Event reading mode: The task waits for all its expected events to occur.
57 * Event reading mode: The task waits for any of its expected events to occur.
63 * Event reading mode: The event flag is immediately cleared after the event is read.
79 * Event reading error code: Event reading times out.
83 …* Solution: Increase the waiting time for event reading, or make another task write a mask for the…
89 …* Event reading error code: The EVENTMASK input parameter value is valid. The input parameter valu…
99 * Event reading error code: The event is being read during an interrupt.
109 …* Event reading error code: The flag input parameter value used in the event reading API is invali…
122 * Event reading error code: The task is locked and is unable to read the event.
132 * Event reading error code: Null pointer.
142 * Event reading error code: The event is being read in system-level task.
152 * Event reading error code: should not be destroy.
197 …* and event reading mode, and process the event based on the event reading mode. The event ID must…
210 …* @param mode [IN] Event reading mode. The modes include LOS_WAITMODE_AND, LOS_WAITMODE_OR…
231 * reading mode, and timeout information are specified.
243 * @param mode [IN] Event reading mode.
244 * @param timeout [IN] Timeout interval of event reading (unit: Tick).
248 * @retval #LOS_ERRNO_EVENT_EVENTMASK_INVALID The passed-in event reading mode is incorrect.
251 * @retval #LOS_ERRNO_EVENT_READ_IN_LOCK The event reading task is locked.