Lines Matching full:on

31  * Message buffers build functionality on top of FreeRTOS stream buffers.
40 * are built on top of stream buffers) assumes there is only one task or
56 * the API function). sizeof( size_t ) is typically 4 bytes on a 32-bit
57 * architecture, so writing a 10 byte message to a message buffer on a 32-bit
77 /* *INDENT-ON* */
107 * store the message's length. sizeof( size_t ) is typically 4 bytes on a
108 * 32-bit architecture, so on most 32-bit architectures a 10 byte message will
180 * the message's length. sizeof( size_t ) is typically 4 bytes on a 32-bit
181 * architecture, so on most 32-bit architecture a 10 byte message will take up
295 * are built on top of stream buffers) assumes there is only one task or
322 * on a 32-bit architecture, so on most 32-bit architecture setting
331 * absolute time it represents is dependent on the tick frequency. The macro
395 * are built on top of stream buffers) assumes there is only one task or
422 * on a 32-bit architecture, so on most 32-bit architecture setting
427 * have a task blocked on it waiting for data. Calling
499 * are built on top of stream buffers) assumes there is only one task or
531 * the absolute time it represents is dependent on the tick frequency. The
590 * are built on top of stream buffers) assumes there is only one task or
619 * have a task blocked on it waiting for space to become available. Calling
740 * A message buffer can only be reset if there are no tasks blocked on it.
745 * message buffer could not be reset because either there was a task blocked on
768 * message's length. sizeof( size_t ) is typically 4 bytes on a 32-bit
811 * was blocked on the message or stream buffer waiting for data to arrive then
851 * that was blocked on the message or stream buffer waiting for data to arrive
885 /* *INDENT-ON* */