|
1960 | 1960 | // Reset value: 0x0 |
1961 | 1961 | // |
1962 | 1962 | // Role of DW_apb_i2c: Slave-Transmitter |
1963 | | -// 0x0 -> Slave trying to transmit to remote master in read mode- scenario not present |
| 1963 | +// 0x0 -> Slave trying to transmit to remote master in read mode- |
| 1964 | +// scenario not present |
1964 | 1965 | // 0x1 -> Slave trying to transmit to remote master in read mode |
1965 | 1966 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_SLVRD_INTX_RESET _u(0x0) |
1966 | 1967 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_SLVRD_INTX_BITS _u(0x00008000) |
|
2001 | 2002 | // Reset value: 0x0 |
2002 | 2003 | // |
2003 | 2004 | // Role of DW_apb_i2c: Slave-Transmitter |
2004 | | -// 0x0 -> Slave flushes existing data in TX-FIFO upon getting read command- scenario not present |
2005 | | -// 0x1 -> Slave flushes existing data in TX-FIFO upon getting read command |
| 2005 | +// 0x0 -> Slave flushes existing data in TX-FIFO upon getting read |
| 2006 | +// command- scenario not present |
| 2007 | +// 0x1 -> Slave flushes existing data in TX-FIFO upon getting read |
| 2008 | +// command |
2006 | 2009 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_SLVFLUSH_TXFIFO_RESET _u(0x0) |
2007 | 2010 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_SLVFLUSH_TXFIFO_BITS _u(0x00002000) |
2008 | 2011 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_SLVFLUSH_TXFIFO_MSB _u(13) |
|
2019 | 2022 | // Reset value: 0x0 |
2020 | 2023 | // |
2021 | 2024 | // Role of DW_apb_i2c: Master-Transmitter or Slave-Transmitter |
2022 | | -// 0x0 -> Master or Slave-Transmitter lost arbitration- scenario not present |
| 2025 | +// 0x0 -> Master or Slave-Transmitter lost arbitration- scenario not |
| 2026 | +// present |
2023 | 2027 | // 0x1 -> Master or Slave-Transmitter lost arbitration |
2024 | 2028 | #define I2C_IC_TX_ABRT_SOURCE_ARB_LOST_RESET _u(0x0) |
2025 | 2029 | #define I2C_IC_TX_ABRT_SOURCE_ARB_LOST_BITS _u(0x00001000) |
|
2036 | 2040 | // Reset value: 0x0 |
2037 | 2041 | // |
2038 | 2042 | // Role of DW_apb_i2c: Master-Transmitter or Master-Receiver |
2039 | | -// 0x0 -> User initiating master operation when MASTER disabled- scenario not present |
| 2043 | +// 0x0 -> User initiating master operation when MASTER disabled- scenario |
| 2044 | +// not present |
2040 | 2045 | // 0x1 -> User initiating master operation when MASTER disabled |
2041 | 2046 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_MASTER_DIS_RESET _u(0x0) |
2042 | 2047 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_MASTER_DIS_BITS _u(0x00000800) |
|
2054 | 2059 | // Reset value: 0x0 |
2055 | 2060 | // |
2056 | 2061 | // Role of DW_apb_i2c: Master-Receiver |
2057 | | -// 0x0 -> Master not trying to read in 10Bit addressing mode when RESTART disabled |
2058 | | -// 0x1 -> Master trying to read in 10Bit addressing mode when RESTART disabled |
| 2062 | +// 0x0 -> Master not trying to read in 10Bit addressing mode when RESTART |
| 2063 | +// disabled |
| 2064 | +// 0x1 -> Master trying to read in 10Bit addressing mode when RESTART |
| 2065 | +// disabled |
2059 | 2066 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_10B_RD_NORSTRT_RESET _u(0x0) |
2060 | 2067 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_10B_RD_NORSTRT_BITS _u(0x00000400) |
2061 | 2068 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_10B_RD_NORSTRT_MSB _u(10) |
|
2080 | 2087 | // Reset value: 0x0 |
2081 | 2088 | // |
2082 | 2089 | // Role of DW_apb_i2c: Master |
2083 | | -// 0x0 -> User trying to send START byte when RESTART disabled- scenario not present |
| 2090 | +// 0x0 -> User trying to send START byte when RESTART disabled- scenario |
| 2091 | +// not present |
2084 | 2092 | // 0x1 -> User trying to send START byte when RESTART disabled |
2085 | 2093 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_SBYTE_NORSTRT_RESET _u(0x0) |
2086 | 2094 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_SBYTE_NORSTRT_BITS _u(0x00000200) |
|
2098 | 2106 | // Reset value: 0x0 |
2099 | 2107 | // |
2100 | 2108 | // Role of DW_apb_i2c: Master-Transmitter or Master-Receiver |
2101 | | -// 0x0 -> User trying to switch Master to HS mode when RESTART disabled- scenario not present |
| 2109 | +// 0x0 -> User trying to switch Master to HS mode when RESTART disabled- |
| 2110 | +// scenario not present |
2102 | 2111 | // 0x1 -> User trying to switch Master to HS mode when RESTART disabled |
2103 | 2112 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_HS_NORSTRT_RESET _u(0x0) |
2104 | 2113 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_HS_NORSTRT_BITS _u(0x00000100) |
|
2188 | 2197 | // Reset value: 0x0 |
2189 | 2198 | // |
2190 | 2199 | // Role of DW_apb_i2c: Master-Transmitter |
2191 | | -// 0x0 -> Transmitted data non-ACKed by addressed slave-scenario not present |
| 2200 | +// 0x0 -> Transmitted data non-ACKed by addressed slave-scenario not |
| 2201 | +// present |
2192 | 2202 | // 0x1 -> Transmitted data not ACKed by addressed slave |
2193 | 2203 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_TXDATA_NOACK_RESET _u(0x0) |
2194 | 2204 | #define I2C_IC_TX_ABRT_SOURCE_ABRT_TXDATA_NOACK_BITS _u(0x00000008) |
|
2697 | 2707 | #define I2C_IC_COMP_TYPE_IC_COMP_TYPE_ACCESS "RO" |
2698 | 2708 | // ============================================================================= |
2699 | 2709 | #endif // _HARDWARE_REGS_I2C_H |
2700 | | - |
|
0 commit comments