Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform_ics.c467 NbuDbgMemInfo_t memInfo; in PLATFORM_RxNbuMemFullIndicationService() local
468 memcpy(&memInfo, &data[1], sizeof(NbuDbgMemInfo_t)); in PLATFORM_RxNbuMemFullIndicationService()
469 (*nbu_mem_error_callback)((void *)&memInfo); in PLATFORM_RxNbuMemFullIndicationService()
Dfwk_platform_ics.h117 typedef void (*nbu_memory_error_callback_t)(NbuDbgMemInfo_t *memInfo);