Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c29 #ifndef SRTM_MESSAGE_BUF_SIZE
30 #define SRTM_MESSAGE_BUF_SIZE (0x60) macro
40 uint8_t buf[SRTM_MESSAGE_BUF_SIZE - sizeof(srtm_list_t)];
86 SRTM_MESSAGE_BUF_SIZE); in SRTM_MessagePool_Alloc()