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: struct qnote constant_316_46 = {26253, -6}; maybe wrong

Part Number: UCD3138

Hello
I am learning the firmware of the UCD3138 full-bridge hard switch development board
I read
Void configure_cpcc(void)
{
Struct qnote constant_316_46 = {26253, -6}; //26253/2e6=26253/64=410.20
}
I think this sentence is wrong. It should be
         Struct qnote constant_410_20 = {26253, -6}; or
         Struct qnote constant_316_46 = {20253, -6};
Do not know my understanding right?
Thank you