RTEMS 6.1-rc5
|
Serial Peripheral Interface (SPI) Bus Implementation. More...
Functions | |
int | spi_bus_register (spi_bus *bus, const char *bus_path) |
Registers a bus control. | |
void | spi_bus_destroy (spi_bus *bus) |
Destroys a bus control. | |
void | spi_bus_destroy_and_free (spi_bus *bus) |
Destroys a bus control and frees its memory. | |
int | spi_bus_init (spi_bus *bus) |
Initializes a bus control. | |
spi_bus * | spi_bus_alloc_and_init (size_t size) |
Allocates a bus control from the heap and initializes it. | |
Serial Peripheral Interface (SPI) Bus Implementation.