RTEMS  5.1
Data Structures | Typedefs | Functions

this file contains the MC68360 SPI driver declarations More...

#include <rtems/m68k/m68360.h>
#include <rtems/libi2c.h>
#include <rtems/irq.h>

Go to the source code of this file.

Data Structures

struct  m360_spi_softc
 
struct  m360_spi_desc_t
 

Typedefs

typedef struct m360_spi_softc m360_spi_softc_t
 

Functions

rtems_status_code m360_spi_init (rtems_libi2c_bus_t *bh)
 
int m360_spi_read_bytes (rtems_libi2c_bus_t *bh, unsigned char *buf, int len)
 
int m360_spi_write_bytes (rtems_libi2c_bus_t *bh, unsigned char *buf, int len)
 
rtems_status_code m360_spi_set_tfr_mode (rtems_libi2c_bus_t *bh, const rtems_libi2c_tfr_mode_t *tfr_mode)
 
int m360_spi_ioctl (rtems_libi2c_bus_t *bh, int cmd, void *arg)
 

Detailed Description

this file contains the MC68360 SPI driver declarations