iPXE
Macros
Atmel-specific SPI commands

Macros

#define ATMEL_SECTOR_ERASE   0x52
 Erase one sector in memory array (Not supported on all devices) More...
 
#define ATMEL_CHIP_ERASE   0x62
 Erase all sections in memory array (Not supported on all devices) More...
 
#define ATMEL_RDID   0x15
 Read manufacturer and product ID (Not supported on all devices) More...
 

Detailed Description

Macro Definition Documentation

◆ ATMEL_SECTOR_ERASE

#define ATMEL_SECTOR_ERASE   0x52

Erase one sector in memory array (Not supported on all devices)

Definition at line 43 of file spi.h.

◆ ATMEL_CHIP_ERASE

#define ATMEL_CHIP_ERASE   0x62

Erase all sections in memory array (Not supported on all devices)

Definition at line 46 of file spi.h.

◆ ATMEL_RDID

#define ATMEL_RDID   0x15

Read manufacturer and product ID (Not supported on all devices)

Definition at line 49 of file spi.h.