Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_config.h68 #define PM_DECODE_RESC(resConstraint) \ argument
69 opMode = (uint32_t)(((uint32_t)resConstraint) >> 8UL); \
70 rescShift = (uint32_t)(((uint32_t)resConstraint) & 0xFFUL)