aFileName is only used within IAP_Main.
 
Symbols
loading...
Files
loading...

aFileName variable

Syntax

extern uint8_t aFileName[FILE_NAME_LENGTH];
Implemented in menu.c:44

References

LocationReferrerText
menu.c:44
uint8_t aFileName[FILE_NAME_LENGTH];
menu.h:27
extern uint8_t aFileName[FILE_NAME_LENGTH];
menu.c:68SerialDownload()
Serial_PutString(aFileName);
ymodem.c:342Ymodem_Receive()
aFileName[i++] = *file_ptr++;
ymodem.c:346Ymodem_Receive()
aFileName[i++] = '\0';

Data Use

Functions reading aFileName
aFileName
all items filtered out
Type of aFileName
aFileName
uint8_t
all items filtered out