Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform.c61 extern PLATFORM_ErrorCallback_t pfPlatformErrorCallback;
62 PLATFORM_ErrorCallback_t pfPlatformErrorCallback = (void *)0;
347 void PLATFORM_RegisterErrorCallback(PLATFORM_ErrorCallback_t cb) in PLATFORM_RegisterErrorCallback()
Dfwk_platform.h57 typedef void (*PLATFORM_ErrorCallback_t)(uint32_t id, int32_t error_status); typedef
182 void PLATFORM_RegisterErrorCallback(PLATFORM_ErrorCallback_t cb);
Dfwk_platform_ble.c70 extern PLATFORM_ErrorCallback_t pfPlatformErrorCallback;