OpenCores
URL https://opencores.org/ocsvn/tiny_spi/tiny_spi/trunk

Subversion Repositories tiny_spi

[/] [tiny_spi/] [trunk/] [driver/] [linux-2.6/] [oc_tiny_spi.h] - Rev 10

Compare with Previous | Blame | View Log

#ifndef _LINUX_SPI_OC_TINY_SPI_H
#define _LINUX_SPI_OC_TINY_SPI_H
 
/**
 * struct tiny_spi_platform_data - platform data of the OpenCores tiny SPI
 * @freq:	input clock freq to the core.
 * @baudwidth:	baud rate divider width of the core.
 * @interrupt:	use intrrupt driven data transfer.
 */
struct tiny_spi_platform_data {
	uint freq;
	uint baudwidth;
	int interrupt;
};
 
#endif /* _LINUX_SPI_OC_TINY_SPI_H */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.