Flash_If_Read() is only used within DFU_Standalone.
 
Symbols
loading...
Files
loading...

Flash_If_Read() function

Reads Data into Memory.

Syntax

uint8_t *Flash_If_Read(uint8_t * src,     uint8_t * dest,     uint32_t Len);
Implemented in usbd_dfu_flash.c:149

Arguments

src

Pointer to the source buffer. Address to be written to.

dest

Pointer to the destination buffer.

Len

Number of data to be read (in bytes).

Return value

Pointer to the physical address where data should be read.

References

LocationText
usbd_dfu_flash.c:149
uint8_t *Flash_If_Read(uint8_t * src, uint8_t * dest, uint32_t Len)
usbd_dfu_flash.c:39
uint8_t *Flash_If_Read(uint8_t * src, uint8_t * dest, uint32_t Len);
usbd_dfu_flash.c:49
Flash_If_Read,

Data Use

Data read by Flash_If_Read()
Data written by Flash_If_Read()
Flash_If_Read()::i
Flash_If_Read()::psrc
all items filtered out
Flash_If_Read()
Flash_If_Read()::i
Flash_If_Read()::psrc
all items filtered out
Implementations
Flash_If_Read()
all items filtered out
Type of Flash_If_Read()
Flash_If_Read()
uint8_t
uint32_t
all items filtered out