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.

TMS470MF03107: PLL Control 1 Register (PLLCTL1)

Part Number: TMS470MF03107

Dear team,

systemREG->PLLCTL1 = 0x00000000U
     | 0x20000000U
     | (1U - 1U << 24U)
     | 0x00000000U
     | (4U - 1U << 16U)
     | (100U - 1U << 8U);

(1U-1U << 24U), (4U-1U << 16U) and (100U-1U << 8U), What is the final value set to the register?