Changeset 559 for trunk/modules/vci_spi/include/soclib
- Timestamp:
- Oct 25, 2013, 5:44:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_spi/include/soclib/vcispi.h
r551 r559 40 40 #define SPI_CTRL_CPOL (1 << 15) /* Clock polarity */ 41 41 #define SPI_CTRL_CPHA (1 << 14) /* Clock phase */ 42 #define SPI_CTRL_ASS_EN (1 << 13) /* Auto Slave Sel Assertion */43 42 #define SPI_CTRL_IE_EN (1 << 12) /* Interrupt Enable */ 44 43 // 9-11 reserved
Note: See TracChangeset
for help on using the changeset viewer.