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.

UCD3138128: About ADC15 set

Part Number: UCD3138128
Other Parts Discussed in Thread: UCD3138, , UCD3138OL64EVM-031

Tool/software:

Dear TI Experts,

Reference documents:  https://www.ti.com/cn/lit/an/zhca494/zhca494.pdf?ts=1733797858080

In the document, on page 7, title 2, it mentions "ADC15 set to read the AFE0 EAP pin voltage."
I checked the UCD3138 chip's registers, and this function exists and works as expected.

    AdcRegs.ADCSEQSEL1.bit.SEQ6 = 15;       

    MiscAnalogRegs.AFECTRL.bit.AFE_MUX_SEL = 3;   
    MiscAnalogRegs.AFECTRL.bit.AFE_VIN_MUX = 0;   
    MiscAnalogRegs.AFECTRL.bit.AFE_MUX_CH_SEL = 1;


However, I want to implement this on the UCD3138128, but the UCD3138128 registers don’t have the same register name.
Does this mean the function is not available on the UCD3138128?