Changeset 560 for trunk/modules/vci_spi/include/soclib
- Timestamp:
 - Oct 25, 2013, 5:52:51 PM (12 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/modules/vci_spi/include/soclib/vcispi.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/modules/vci_spi/include/soclib/vcispi.h
r559 r560 43 43 // 9-11 reserved 44 44 #define SPI_CTRL_GO_BSY (1 << 8 ) /* Start the transfer */ 45 #define SPI_CTRL_CHAR_LEN_MASK (0x FF ) /* Bits transmited in 1 transfer */45 #define SPI_CTRL_CHAR_LEN_MASK (0x7F ) /* Bits transmited in 1 transfer */ 46 46 47 47 #endif /* SPISD_H */  
Note: See TracChangeset
          for help on using the changeset viewer.
      