Home
last modified time | relevance | path

Searched refs:tick_count (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/
Drpmsg_lite.c591 uint32_t tick_count = 0U; in rpmsg_lite_format_message() local
626 tick_count += (uint32_t)RL_MS_PER_INTERVAL; in rpmsg_lite_format_message()
627 if ((tick_count >= timeout) && (buffer == RL_NULL)) in rpmsg_lite_format_message()
688 uint32_t tick_count = 0U; in rpmsg_lite_alloc_tx_buffer() local
719 tick_count += (uint32_t)RL_MS_PER_INTERVAL; in rpmsg_lite_alloc_tx_buffer()
720 if ((tick_count >= timeout) && (buffer == RL_NULL)) in rpmsg_lite_alloc_tx_buffer()