#include <stdint.h>
Go to the source code of this file.
Functions | |
| void | fw_download_cb (void *ctx, uint32_t addr, uint8_t **buf, uint32_t *len) |
| int | fw_download_init (void) |
| void fw_download_cb | ( | void * | ctx, | |
| uint32_t | addr, | |||
| uint8_t ** | buf, | |||
| uint32_t * | len | |||
| ) |
Definition at line 36 of file fw_download.c.
References flash_read(), and SECTOR_SIZE.
Referenced by main().
| int fw_download_init | ( | void | ) |
1.5.5