9 static const uint8_t ES7243E_RESET_REG00 = 0x00;
10 static const uint8_t ES7243E_CLOCK_MGR_REG01 = 0x01;
11 static const uint8_t ES7243E_CLOCK_MGR_REG02 = 0x02;
13 static const uint8_t ES7243E_CLOCK_MGR_REG03 = 0x03;
14 static const uint8_t ES7243E_CLOCK_MGR_REG04 = 0x04;
15 static const uint8_t ES7243E_CLOCK_MGR_REG05 = 0x05;
16 static const uint8_t ES7243E_CLOCK_MGR_REG06 = 0x06;
17 static const uint8_t ES7243E_CLOCK_MGR_REG07 = 0x07;
18 static const uint8_t ES7243E_CLOCK_MGR_REG08 = 0x08;
19 static const uint8_t ES7243E_CLOCK_MGR_REG09 = 0x09;
20 static const uint8_t ES7243E_SDP_REG0A = 0x0A;
21 static const uint8_t ES7243E_SDP_REG0B = 0x0B;
22 static const uint8_t ES7243E_SDP_REG0C = 0x0C;
23 static const uint8_t ES7243E_ADC_CTRL_REG0D = 0x0D;
24 static const uint8_t ES7243E_ADC_CTRL_REG0E = 0x0E;
25 static const uint8_t ES7243E_ADC_CTRL_REG0F = 0x0F;
26 static const uint8_t ES7243E_ADC_CTRL_REG10 = 0x10;
27 static const uint8_t ES7243E_ADC_CTRL_REG11 = 0x11;
28 static const uint8_t ES7243E_ADC_CTRL_REG12 = 0x12;
29 static const uint8_t ES7243E_ADC_CTRL_REG13 = 0x13;
30 static const uint8_t ES7243E_ADC_CTRL_REG14 = 0x14;
31 static const uint8_t ES7243E_ADC_CTRL_REG15 = 0x15;
32 static const uint8_t ES7243E_ANALOG_REG16 = 0x16;
33 static const uint8_t ES7243E_ANALOG_REG17 = 0x17;
34 static const uint8_t ES7243E_ANALOG_REG18 = 0x18;
35 static const uint8_t ES7243E_ANALOG_REG19 = 0x19;
36 static const uint8_t ES7243E_ANALOG_REG1A = 0x1A;
37 static const uint8_t ES7243E_ANALOG_REG1B = 0x1B;
38 static const uint8_t ES7243E_ANALOG_REG1C = 0x1C;
39 static const uint8_t ES7243E_ANALOG_REG1D = 0x1D;
40 static const uint8_t ES7243E_ANALOG_REG1E = 0x1E;
41 static const uint8_t ES7243E_ANALOG_REG1F = 0x1F;
42 static const uint8_t ES7243E_ANALOG_REG20 = 0x20;
43 static const uint8_t ES7243E_ANALOG_REG21 = 0x21;
44 static const uint8_t ES7243E_TEST_MODE_REGF7 = 0xF7;
45 static const uint8_t ES7243E_TEST_MODE_REGF8 = 0xF8;
46 static const uint8_t ES7243E_TEST_MODE_REGF9 = 0xF9;
47 static const uint8_t ES7243E_I2C_CONF_REGFA = 0xFA;
48 static const uint8_t ES7243E_FLAG_REGFC = 0xFC;
49 static const uint8_t ES7243E_CHIP_ID1_REGFD = 0xFD;
50 static const uint8_t ES7243E_CHIP_ID2_REGFE = 0xFE;
51 static const uint8_t ES7243E_CHIP_VERSION_REGFF = 0xFF;
Implementation of SPI Controller mode.