RTEMS  5.1
Files | Data Structures | Macros | Functions | Variables

Milkymist Flash. More...

Files

file  milkymist_flash.h
 Milkymist Flash.
 

Data Structures

struct  flash_partition
 

Macros

#define FLASH_GET_SIZE   0x4600
 
#define FLASH_GET_BLOCKSIZE   0x4601
 
#define FLASH_ERASE_BLOCK   0x4602
 
#define FLASH_DRIVER_TABLE_ENTRY
 

Functions

rtems_device_driver flash_initialize (rtems_device_major_number major, rtems_device_minor_number minor, void *arg)
 
rtems_device_driver flash_read (rtems_device_major_number major, rtems_device_minor_number minor, void *arg)
 
rtems_device_driver flash_write (rtems_device_major_number major, rtems_device_minor_number minor, void *arg)
 
rtems_device_driver flash_control (rtems_device_major_number major, rtems_device_minor_number minor, void *arg)
 

Variables

unsigned int flash_partition::start_address
 
unsigned int flash_partition::length
 

Detailed Description

Milkymist Flash.

Macro Definition Documentation

◆ FLASH_DRIVER_TABLE_ENTRY

#define FLASH_DRIVER_TABLE_ENTRY
Value:
{flash_initialize, \
NULL, NULL, flash_read, flash_write, flash_control}
#define NULL
Requests a GPIO pin group configuration.
Definition: bestcomm_api.h:77