Searched refs:bytes_to_end (Results 1 – 1 of 1) sorted by relevance
395 uint32_t bytes_to_end; in z_impl_k_msgq_peek_at() local402 bytes_to_end = (msgq->buffer_end - msgq->read_ptr); in z_impl_k_msgq_peek_at()406 if (bytes_to_end <= byte_offset) { in z_impl_k_msgq_peek_at()408 byte_offset -= bytes_to_end; in z_impl_k_msgq_peek_at()
Completed in 3 milliseconds