Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c24 #ifndef SRTM_MESSAGE_POOL_SIZE
25 #define SRTM_MESSAGE_POOL_SIZE (0x1000) macro
46 static srtm_message_buf_t srtmMsgs[SRTM_MESSAGE_POOL_SIZE / sizeof(srtm_message_buf_t)];
96 SRTM_MESSAGE_POOL_SIZE); in SRTM_MessagePool_Alloc()