Hello All,
I just want to know in details the power management modes available in MPC5748G.
As per the configuration, 9 different modes are available to configure in SDK but I don't see similar modes in the reference manual of controller.
Can somebody explain how these modes are derived?

For example,
1)in the configuration 3 different types of RUN modes are available such as RUN0, RUN1, RUN2. I really couldn't find the difference between these RUN modes in any document
2) I also never found about SAFE power mode in Reference Manual
where I can find details of these modes, When I checked in reference manual I don't see anything like the modes configured in SDK . I see modes related to LPU but it is different
Please share the document if it is available or give me some details of below modes, I need to use these power modes as per the application demand
*/
#define RESET (0u) /* Reset */
#define SAFE (1u) /* Safe */
#define DRUN (2u) /* Drun */
#define RUN0 (3u) /* Run option 0 */
#define RUN1 (4u) /* Run option 1 */
#define RUN2 (5u) /* Run option 2 */
#define RUN3 (6u) /* Run option 3 */
#define STOP (7u) /* Stop */
#define STANDBY (8u) /* Standby */