Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c51 static uint32_t minFreeMsgCount; variable
76 minFreeMsgCount = freeMsgCount; in SRTM_MessagePool_Alloc()
105 if (freeMsgCount < minFreeMsgCount) in SRTM_MessagePool_Alloc()
107 minFreeMsgCount = freeMsgCount; in SRTM_MessagePool_Alloc()