#include "uart-ssd.h"#include "uart-isr.h"#include "uart.h"#include "io.h"#include "system.h"#include "sstr.h"#include "trace.h"
Functions | |
| UINT8 | WaitForUARTChar () |
| void | WriteToUARTFromSSD (UINT32 startAddr, UINT32 len, UINT8 bHex) |
| void | WriteToSSDFromUART (UINT32 startAddr, UINT32 totalLen, UINT32 bufferLen, UINT8 bHex, funcPutByte fpb, UINT32 userData) |
| UINT8 WaitForUARTChar | ( | ) |
References GetTickCount(), and Uart0ChAvailable().
Referenced by WriteToSSDFromUART().


| void WriteToSSDFromUART | ( | UINT32 | startAddr, | |
| UINT32 | totalLen, | |||
| UINT32 | bufferLen, | |||
| UINT8 | bHex, | |||
| funcPutByte | fpb, | |||
| UINT32 | userData | |||
| ) |
References indirect_mem_writeseek(), indirect_reg_writeWord(), sHexDecToNum(), TRACE1, Uart0ChAvailable(), Uart0Getch(), and WaitForUARTChar().
Referenced by main(), and StreamMJPEGFromUART().


References indirect_mem_readseek(), indirect_reg_readWord(), UART_printf(), and UART_SendData().
Referenced by main().


1.6.3