Home
last modified time | relevance | path

Searched defs:rescShift (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c767 uint32_t rescShift; in PM_SetConstraints() local
874 uint32_t rescShift; in PM_ReleaseConstraints() local
Dfsl_pm_config.h64 #define PM_ENCODE_RESC(opMode, rescShift) ((((uint32_t)(opMode)) << 8UL) | (rescShift)) argument