RTEMS 6.1-rc4
|
This header file provides the interfaces of RTEMSDeviceSPIGPIO. More...
Go to the source code of this file.
Data Structures | |
struct | spi_gpio_params |
Parameters for the driver. More... | |
Macros | |
#define | SPI_GPIO_MAX_CS 4 |
Typedefs | |
typedef void() | spi_gpio_set_pin_fn(void *arg, bool level) |
Type of the functions that set pins. | |
typedef bool() | spi_gpio_get_pin_fn(void *arg) |
Type of the functions that read pins. | |
Functions | |
rtems_status_code | spi_gpio_init (const char *device, const struct spi_gpio_params *params) |
This header file provides the interfaces of RTEMSDeviceSPIGPIO.