RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Functions

This header file provides the interfaces of RTEMSDeviceSPIGPIO. More...

#include <rtems.h>
#include <stdbool.h>

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)
 

Detailed Description

This header file provides the interfaces of RTEMSDeviceSPIGPIO.