IAP_Main
Ymodem_Transmit()
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
Ymodem_Transmit()
Ymodem_Transmit() function
Transmit a file using the ymodem protocol
Syntax
Show:
Summary
Declaration
Definition
from
ymodem.h:87
COM_StatusTypeDef
Ymodem_Transmit
(
uint8_t
*
p_buf
,
const
uint8_t
*
p_file_name
,
uint32_t
file_size
)
;
Implemented in
ymodem.c:439
Arguments
Argument
Description
p_buf
Address of the first byte
p_file_name
Name of the file sent
file_size
Size of the transmission
Return value
COM_StatusTypeDef result of the communication
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