Data Fields |
uint8_t |
type |
The converter type/topology, Types. |
uint32_t |
targ |
The initial target value. |
uint32_t |
targMax |
The maximal acceptable target value, in millivolts. |
uint32_t |
targMin |
The minimal acceptable target value, in millivolts. |
uint16_t |
refNum |
The numerator for reference calculation, equals to the channel gain (internal and external) * ADC resolution, used by the mtb_pwrconv_set_target to recalculate the target millivolts into the reference ADC counts in the Infineon Control Loop mode. |
uint16_t |
refDen |
The denominator for reference calculation, equals to the ADC reference voltage in millivolts, used by the mtb_pwrconv_set_target to recalculate the target millivolts into the reference ADC counts in the Infineon Control Loop mode. |
uint16_t |
rampStep |
The reference update ramping step, must be positive and non-zero. |
mtb_stc_pwrconv_ctx_t * |
ctx |
The pointer to the context RAM structure with converter live data. |
mtb_func_pwrconv_t |
init_reg |
The pointer to the topology-specific regulator initialization function. |
uint32_t |
syncStartTrig |
The synchronous starting TrigMux line. |
mtb_func_pwrconv_t |
init_hw |
The pointer to the topology-specific HW initialization function. |
mtb_func_pwrconv_t |
enable_hw |
The pointer to the topology-specific HW enabling function. |
mtb_func_pwrconv_t |
disable_hw |
The pointer to the topology-specific HW disabling function. |