SNLU278 March   2021 DS160PR412 , DS160PR421

 

  1. 1Access Methods
    1. 1.1 Register Programming Through I2C orSMBus
  2. 2Register Map Overview
  3. 3Example Programming Sequences
    1. 3.1 Set CTLE Gain Level
    2. 3.2 Reset RX Detect State Machine
    3. 3.3 Set SEL Input
    4. 3.4 Set CTLE DC Gain Level
    5. 3.5 Set VOD Level
  4. 4SHARE Registers
  5. 5CHANNEL Registers
  6. 6References

Reset RX Detect State Machine

The RX Detect State Machine may be manually reset for all channels.

Table 3-4 Sequence to Reset RX Detect State Machine
StepRegister SetOperationRegister Address [HEX]Register Value [HEX]Write Mask [HEX]Comment
1RX_DET_CTRL2 RegisterWrite0x090x040x04Set RX Detect Reset bit to: 1 (Reset RX Detect State Machine)
2RX_DET_CTRL2 RegisterWrite0x090x000x04Set RX Detect Reset bit to: 0 (Clear set bit)

Assuming 0x18 is the I2C/SMBus addresses for the RX_DET_CTRL2 Register, the following is the XML batch script of the sequence in :

<i2c_write addr="0x18" count="0" radix"16">09 04</i2c_write>
<i2c_write addr="0x18" count="0" radix"16">09 00</i2c_write>