Functions
spi_sw.h File Reference
#include "hw.h"

Go to the source code of this file.

Functions

void spi_sw_init (void)
 
void spi_sw_transfer (char *in_buf, const char *out_buf, int length)
 
void spi_sw_begin (void)
 
void spi_sw_end (void)
 

Function Documentation

void spi_sw_begin ( void  )
void spi_sw_end ( void  )
void spi_sw_init ( void  )
void spi_sw_transfer ( char *  in_buf,
const char *  out_buf,
int  length 
)