Tool/software:
I'm setting the ADS7142 to manual mode and aiming to obtain single ADC data.
According to the datasheet, to obtain ADC data, I should refer to Figure 56. However, for my host to read via I2C, it must satisfy the flow outlined in Figure 49, where the device address is automatically set to read after the Sr signal, followed by sending the clock (CLK).
Therefore, I'm unsure what values I should set for the Opcode and Register Address at the start when I send the command to read the ADC data.

If there’s a misunderstanding in my approach to reading ADC data from the ADS7142, please let me know the correct method as well.