ModusToolbox Power Conversion Middleware
States

General Description

Power converter operation state/status flags.

Macros

#define MTB_PWRCONV_STATE_RUN   (0x01UL)
 The running flag, indicates that the converter is currently running.
 
#define MTB_PWRCONV_STATE_RAMP   (0x02UL)
 The ramping flag, indicates that the converter currently is changing the reference value smoothly to the specified target value.
 
#define MTB_PWRCONV_STATE_ALL   (0xFFFFFFFFUL)
 The mask to select all of the power converter instance states, for future capability.