flash.h File Reference

Embedded flash for cpu. More...

#include <cfg/macros.h>
#include <cfg/module.h>
#include "drv/PP_CAT3(flash, _, CPU_ID).h"

Go to the source code of this file.

Data Structures

struct  Flash
 EmbFlash KFile context structure. More...

Defines

#define KFT_FLASH   MAKE_ID('F', 'L', 'A', 'S')
 ID for FLASH.

Typedefs

typedef struct Flash Flash
 EmbFlash KFile context structure.

Functions

FlashFLASH_CAST (KFile *fd)
 Convert + ASSERT from generic KFile to Flash.
void flash_init (Flash *fd)
 Initialize PWM hw.

Detailed Description

Embedded flash for cpu.

Author:
Francesco Sacchi <batt@develer.com>
Daniele Basile <asterix@develer.com>

Definition in file flash.h.