Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform_ics.h121 typedef void (*nbu_security_event_callback_t)(uint32_t securityEventBitmask); typedef
221 void PLATFORM_RegisterSecurityEventCb(nbu_security_event_callback_t cb);
Dfwk_platform_ics.c78 static nbu_security_event_callback_t nbu_security_event_callback = (nbu_security_event_callback_t)N…
413 void PLATFORM_RegisterSecurityEventCb(nbu_security_event_callback_t cb) in PLATFORM_RegisterSecurityEventCb()