#include "spi_hw.h"
#include "pic_serial.h"
Go to the source code of this file.
Functions | |
void | spi_hw_init () |
uns8 | spi_hw_receive () |
void | spi_hw_setup_io () |
void | spi_hw_transmit (uns8 data) |
uns8 spi_hw_receive | ( | ) |
Definition at line 106 of file i2c_hw.c.
Referenced by mrf24j40_long_addr_read(), and mrf24j40_short_addr_read().
void spi_hw_transmit | ( | uns8 | data | ) |
Definition at line 91 of file i2c_hw.c.
Referenced by mrf24j40_long_addr_read(), mrf24j40_long_addr_write(), mrf24j40_short_addr_read(), mrf24j40_short_addr_write(), and spi_hw_receive().