This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UCD3138: About void init_ipri_cycle_by_cycle(void) Function problem in UCD3138 full-bridge hard-switch firmware

Part Number: UCD3138


Hello, I'm learning UCD3138 full-bridge hard-switch firmware, I have questions about void init_ipri_cycle_by_cycle(void)
Void init_ipri_cycle_by_cycle(void) // Analog comparator 3(AD04 pin)
{
Dpwm0Regs.DPWMCTRL0.bit.BLANK_A_EN =1;
}
I think the awareness of this sentence should be Comparator Blanking Window for PWM-A Enabled,

But  "UCD3138 Digital Power Supply Controller The Technical Reference Manual is a Comparator Blanking Window for PWM-B Enabled.

I think the manual is wrong here. I don't know if I understand it right?