Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform_ics.c80 static const FwkSrv_LowPowerConstraintCallbacks_t *pLowPowerConstraintCallbacks = variable
388 pLowPowerConstraintCallbacks = callbacks; in PLATFORM_FwkSrvRegisterLowPowerCallbacks()
487 if (pLowPowerConstraintCallbacks != NULL) in PLATFORM_RxHostSetLowPowerConstraintService()
489 if (pLowPowerConstraintCallbacks->fwkSrvSetLowPowerConstraint != NULL) in PLATFORM_RxHostSetLowPowerConstraintService()
491 (void)pLowPowerConstraintCallbacks->fwkSrvSetLowPowerConstraint((int32_t)(data[1])); in PLATFORM_RxHostSetLowPowerConstraintService()
499 if (pLowPowerConstraintCallbacks != NULL) in PLATFORM_RxHostReleaseLowPowerConstraintService()
501 if (pLowPowerConstraintCallbacks->fwkSrvReleaseLowPowerConstraint != NULL) in PLATFORM_RxHostReleaseLowPowerConstraintService()
503 (void)pLowPowerConstraintCallbacks->fwkSrvReleaseLowPowerConstraint((int32_t)(data[1])); in PLATFORM_RxHostReleaseLowPowerConstraintService()