#include "touch_config.h"
#include <avr/io.h>
#include "BitBangSPI_Master.h"
#include "QDebugTransport.h"
Functions | |
void | BitBangSPI_Master_Init (void) |
uint8_t | BitBangSPI_Send_Byte (uint8_t c) |
void | BitBangSPI_Send_Message (void) |
void BitBangSPI_Master_Init | ( | void | ) |
References MISO_BB, MOSI_BB, REG, SCK_BB, SPI_BB_MISO, SPI_BB_MOSI, SPI_BB_SCK, SPI_BB_SS, and SS_BB.
Referenced by QDebug_Init().
uint8_t BitBangSPI_Send_Byte | ( | uint8_t | c | ) |
References DELAYUS, MISO_BB, MOSI_BB, REG, SCK_BB, SPI_BB_MISO, SPI_BB_MOSI, and SPI_BB_SCK.
Referenced by BitBangSPI_Send_Message().
void BitBangSPI_Send_Message | ( | void | ) |
References BitBangSPI_Send_Byte(), FrameInProgress, RxHandler(), TX_Buffer, and TX_index.
Referenced by Send_Message().