#include "type.h"
Go to the source code of this file.
Typedefs | |
typedef UINT8(* | funcPutByte )(UINT32 userdata, UINT32 offset, UINT16 w) |
Functions | |
UINT8 | WaitForUARTChar () |
void | WriteToSSDFromUART (UINT32 startAddr, UINT32 totalLen, UINT32 bufferLen, UINT8 bHex, funcPutByte fpb, UINT32 userData) |
void | WriteToUARTFromSSD (UINT32 startAddr, UINT32 len, UINT8 bHex) |
typedef UINT8(* funcPutByte)(UINT32 userdata, UINT32 offset, UINT16 w) |
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().