Changeset 05015dc1 in rtems
- Timestamp:
- 01/23/18 02:23:55 (5 years ago)
- Branches:
- 5, master
- Children:
- 5f0a6376
- Parents:
- 4cf93658
- git-author:
- Chris Johns <chrisj@…> (01/23/18 02:23:55)
- git-committer:
- Chris Johns <chrisj@…> (02/01/18 03:59:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/dev/i2c/xilinx-axi-i2c.c
r4cf93658 r05015dc1 513 513 xilinx_axi_i2c_disable_clear_irq(bus, INT_TX_ERROR); 514 514 xilinx_axi_i2c_set_cr(bus, CR_TXAK); 515 xilinx_axi_i2c_read_rx_bytes(bus, level); 516 /* 517 * Set the RX PIRQ to 0 after the RX data has been read. There is an 518 * observed timing issue and glitch if written before. 519 */ 515 520 xilinx_axi_i2c_write_rx_pirq(bus, 0); 516 xilinx_axi_i2c_read_rx_bytes(bus, level);517 521 break; 518 522
Note: See TracChangeset
for help on using the changeset viewer.