flash_avr.h File Reference
Self programming routines (interface). More...
#include <cfg/compiler.h>
#include <kern/kfile.h>
#include <avr/io.h>
Go to the source code of this file.
Data Structures | |
| struct | FlashAvr |
| FlashAvr KFile context structure. More... | |
Defines | |
| #define | KFT_FLASHAVR MAKE_ID('F', 'L', 'A', 'V') |
| ID for FlashAvr. | |
Typedefs | |
| typedef uint16_t | avr_page_t |
| Definition of type for avr flash module. | |
Functions | |
| FlashAvr * | FLASHAVR_CAST (KFile *fd) |
| Convert + ASSERT from generic KFile to FlashAvr. | |
| void | flash_avr_init (struct FlashAvr *fd) |
| Init AVR flash read/write file. | |
Detailed Description
Self programming routines (interface).
- Version:
- Id
- flash_avr.h 1569 2008-08-07 13:34:24Z qwert
Definition in file flash_avr.h.
