Lines Matching full:on
42 /* *INDENT-ON* */
340 * See the co-routine section of the WEB documentation for information on
347 * @param pxQueue The handle of the queue on which the data will be posted.
357 * to wait for space to become available on the queue, should space not be
441 * See the co-routine section of the WEB documentation for information on
470 * // blocks on the queue until the number is received.
482 * // Wait for data to become available on the queue.
535 * See the co-routine section of the WEB documentation for information on
539 * @param xQueue The handle to the queue on which the item is to be posted.
541 * @param pvItemToQueue A pointer to the item that is to be placed on the
557 * // A co-routine that blocks on a queue waiting for characters to be received.
568 * // Wait for data to become available on the queue. This assumes the
583 * // An ISR that uses a queue to send characters received on a serial port to
600 * // blocked on the queue only one is woken by this ISR no matter how
636 * See the co-routine section of the WEB documentation for information on
640 * @param xQueue The handle to the queue on which the item is to be posted.
648 * available on the queue. If crQUEUE_RECEIVE_FROM_ISR causes such a
703 * // An ISR that uses a queue to receive characters to send on a UART.
753 /* *INDENT-ON* */