PAN1080 Peripheral API
Macros
Fmc burst read command

Fmc burst read command definition. More...

Collaboration diagram for Fmc burst read command:

Macros

#define CMD_BURST_READ   (0x77)
 
#define BURST_READ_MODE_8   (0x00)
 
#define BURST_READ_MODE_16   (0x01)
 
#define BURST_READ_MODE_32   (0x02)
 
#define BURST_READ_MODE_64   (0x03)
 

Detailed Description

Fmc burst read command definition.

Macro Definition Documentation

◆ BURST_READ_MODE_16

#define BURST_READ_MODE_16   (0x01)

Burst read a fixed length of 16 byte within a 256-byte page

◆ BURST_READ_MODE_32

#define BURST_READ_MODE_32   (0x02)

Burst read a fixed length of 32 byte within a 256-byte page

◆ BURST_READ_MODE_64

#define BURST_READ_MODE_64   (0x03)

Burst read a fixed length of 64 byte within a 256-byte page

◆ BURST_READ_MODE_8

#define BURST_READ_MODE_8   (0x00)

Burst read a fixed length of 8 byte within a 256-byte page

◆ CMD_BURST_READ

#define CMD_BURST_READ   (0x77)

Command to control read mode as burst read mode