fw_download.h File Reference

#include <stdint.h>

Go to the source code of this file.

Functions

void fw_download_cb (void *ctx, uint8_t **buf, uint32_t *len)
int fw_download_init (void)


Function Documentation

void fw_download_cb ( void *  ctx,
uint8_t **  buf,
uint32_t *  len 
)

Definition at line 36 of file fw_download.c.

References flash_read(), printk(), and SECTOR_SIZE.

Referenced by main().

00037 {
00038         *buf = (uint8_t*) fw_buf;
00039         *len = (uint32_t) fw_len;
00040 }

int fw_download_init ( void   ) 

Definition at line 31 of file fw_download.c.

References flash_init().

Referenced by main().

00032 {
00033     return 0;
00034 }


Generated on Fri Feb 19 02:24:07 2010 for AVR32 - H&D by  doxygen 1.5.5