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

PACKET_1K_SIZE macro

Syntax

#define PACKET_1K_SIZE ((uint32_t)1024)

References

LocationText
ymodem.h:57
#define PACKET_1K_SIZE ((uint32_t)1024)
ymodem.c:38
ymodem.c:79
packet_size = PACKET_1K_SIZE;
ymodem.c:191
packet_size = size_blk >= PACKET_1K_SIZE ? PACKET_1K_SIZE : PACKET_SIZE;
ymodem.c:193
if (packet_size == PACKET_1K_SIZE)
ymodem.c:514
if (size >= PACKET_1K_SIZE)
ymodem.c:516
pkt_size = PACKET_1K_SIZE;
ymodem.c:543
if (blk_number == (USER_FLASH_SIZE / PACKET_1K_SIZE))