IAP_Main
PreparePacket()
is only used within IAP_Main.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
IAP_Main
PreparePacket()
PreparePacket() function
Prepare the data packet
Syntax
Show:
Summary
Declaration
Definition
from
ymodem.c:42
static
void
PreparePacket
(
uint8_t
*
p_source
,
uint8_t
*
p_packet
,
uint8_t
pkt_nr
,
uint32_t
size_blk
)
;
Implemented in
ymodem.c:185
Arguments
Argument
Description
p_source
pointer to the data to be sent
p_packet
pointer to the output buffer
pkt_nr
number of the packet
size_blk
length of the block to be sent in bytes
Return value
None
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out