TianoCore EDK2 master
Loading...
Searching...
No Matches
RegsSpi.h File Reference

Go to the source code of this file.

Macros

#define R_SPI_BASE   0x10
 32-bit Memory Base Address Register
 
#define B_SPI_BAR0_MASK   0x0FFF
 
#define R_SPI_BCR   0xDC
 BIOS Control Register.
 
#define B_SPI_BCR_SRC   (BIT3 | BIT2)
 SPI Read Configuration (SRC)
 
#define V_SPI_BCR_SRC_PREF_DIS_CACHE_DIS   0x04
 Prefetch Disable, Cache Disable.
 
#define B_SPI_BCR_SYNC_SS   BIT8
 
#define B_SPI_BCR_BIOSWE   BIT0
 Write Protect Disable (WPD)
 
#define R_SPI_HSFS   0x04
 SPI Host Interface Registers.
 
#define B_SPI_HSFS_FDBC_MASK   0x3F000000
 Flash Data Byte Count ( <= 64), Count = (Value in this field) + 1.
 
#define N_SPI_HSFS_FDBC   24
 
#define B_SPI_HSFS_CYCLE_MASK   0x001E0000
 Flash Cycle.
 
#define N_SPI_HSFS_CYCLE   17
 
#define V_SPI_HSFS_CYCLE_READ   0
 Flash Cycle Read.
 
#define V_SPI_HSFS_CYCLE_WRITE   2
 Flash Cycle Write.
 
#define V_SPI_HSFS_CYCLE_4K_ERASE   3
 Flash Cycle 4K Block Erase.
 
#define V_SPI_HSFS_CYCLE_64K_ERASE   4
 Flash Cycle 64K Sector Erase.
 
#define V_SPI_HSFS_CYCLE_READ_SFDP   5
 Flash Cycle Read SFDP.
 
#define V_SPI_HSFS_CYCLE_READ_JEDEC_ID   6
 Flash Cycle Read JEDEC ID.
 
#define V_SPI_HSFS_CYCLE_WRITE_STATUS   7
 Flash Cycle Write Status.
 
#define V_SPI_HSFS_CYCLE_READ_STATUS   8
 Flash Cycle Read Status.
 
#define B_SPI_HSFS_CYCLE_FGO   BIT16
 Flash Cycle Go.
 
#define B_SPI_HSFS_FDV   BIT14
 Flash Descriptor Valid.
 
#define B_SPI_HSFS_SCIP   BIT5
 SPI Cycle in Progress.
 
#define B_SPI_HSFS_FCERR   BIT1
 Flash Cycle Error.
 
#define B_SPI_HSFS_FDONE   BIT0
 Flash Cycle Done.
 
#define R_SPI_FADDR   0x08
 SPI Flash Address.
 
#define B_SPI_FADDR_MASK   0x07FFFFFF
 SPI Flash Address Mask (0~26bit)
 
#define R_SPI_FDATA00   0x10
 SPI Data 00 (32 bits)
 
#define R_SPI_FRAP   0x50
 SPI Flash Regions Access Permissions Register.
 
#define B_SPI_FRAP_BRWA_PLATFORM   BIT12
 
#define B_SPI_FRAP_BRWA_GBE   BIT11
 
#define B_SPI_FRAP_BRWA_SEC   BIT10
 Region Write Access for Region2 SEC.
 
#define B_SPI_FRAP_BRWA_BIOS   BIT9
 Region Write Access for Region1 BIOS.
 
#define B_SPI_FRAP_BRWA_FLASHD   BIT8
 Region Write Access for Region0 Flash Descriptor.
 
#define B_SPI_FRAP_BRRA_PLATFORM   BIT4
 Region read access for Region4 PlatformData.
 
#define B_SPI_FRAP_BRRA_GBE   BIT3
 Region read access for Region3 GbE.
 
#define B_SPI_FRAP_BRRA_SEC   BIT2
 Region Read Access for Region2 SEC.
 
#define B_SPI_FRAP_BRRA_BIOS   BIT1
 Region Read Access for Region1 BIOS.
 
#define B_SPI_FRAP_BRRA_FLASHD   BIT0
 Region Read Access for Region0 Flash Descriptor.
 
#define R_SPI_FREG0_FLASHD   0x54
 Flash Region 0 (Flash Descriptor) (32bits)
 
#define B_SPI_FREG0_LIMIT_MASK   0x7FFF0000
 Size, [30:16] here represents limit[26:12].
 
#define N_SPI_FREG0_LIMIT   4
 Bit 30:16 identifies address bits [26:12].
 
#define B_SPI_FREG0_BASE_MASK   0x00007FFF
 Base, [14:0] here represents base [26:12].
 
#define N_SPI_FREG0_BASE   12
 Bit 14:0 identifies address bits [26:2].
 
#define R_SPI_FREG1_BIOS   0x58
 Flash Region 1 (BIOS) (32bits)
 
#define B_SPI_FREG1_LIMIT_MASK   0x7FFF0000
 Size, [30:16] here represents limit[26:12].
 
#define N_SPI_FREG1_LIMIT   4
 Bit 30:16 identifies address bits [26:12].
 
#define B_SPI_FREG1_BASE_MASK   0x00007FFF
 Base, [14:0] here represents base [26:12].
 
#define N_SPI_FREG1_BASE   12
 Bit 14:0 identifies address bits [26:2].
 
#define R_SPI_FREG2_SEC   0x5C
 Flash Region 2 (SEC) (32bits)
 
#define B_SPI_FREG2_LIMIT_MASK   0x7FFF0000
 Size, [30:16] here represents limit[26:12].
 
#define N_SPI_FREG2_LIMIT   4
 
#define B_SPI_FREG2_BASE_MASK   0x00007FFF
 Base, [14:0] here represents base [26:12].
 
#define N_SPI_FREG2_BASE   12
 
#define R_SPI_FREG3_GBE   0x60
 
#define B_SPI_FREG3_LIMIT_MASK   0x7FFF0000
 Size, [30:16] here represents limit[26:12].
 
#define N_SPI_FREG3_LIMIT   4
 
#define B_SPI_FREG3_BASE_MASK   0x00007FFF
 Base, [14:0] here represents base [26:12].
 
#define N_SPI_FREG3_BASE   12
 
#define R_SPI_FREG4_PLATFORM_DATA   0x64
 Flash Region 4 (Platform Data) (32bits)
 
#define B_SPI_FREG4_LIMIT_MASK   0x7FFF0000
 Size, [30:16] here represents limit[26:12].
 
#define N_SPI_FREG4_LIMIT   4
 Bit 30:16 identifies address bits [26:12].
 
#define B_SPI_FREG4_BASE_MASK   0x00007FFF
 Base, [14:0] here represents base [26:12].
 
#define N_SPI_FREG4_BASE   12
 Bit 14:0 identifies address bits [26:2].
 
#define S_SPI_FREGX   4
 Size of Flash Region register.
 
#define B_SPI_FREGX_LIMIT_MASK   0x7FFF0000
 Flash Region Limit [30:16] represents [26:12], [11:0] are assumed to be FFFh.
 
#define N_SPI_FREGX_LIMIT   16
 Region limit bit position.
 
#define N_SPI_FREGX_LIMIT_REPR   12
 Region limit bit represents position.
 
#define B_SPI_FREGX_BASE_MASK   0x00007FFF
 Flash Region Base, [14:0] represents [26:12].
 
#define R_SPI_FDOC   0xB4
 Flash Descriptor Observability Control Register (32 bits)
 
#define B_SPI_FDOC_FDSS_MASK   (BIT14 | BIT13 | BIT12)
 Flash Descriptor Section Select.
 
#define V_SPI_FDOC_FDSS_FSDM   0x0000
 Flash Signature and Descriptor Map.
 
#define V_SPI_FDOC_FDSS_COMP   0x1000
 Component.
 
#define B_SPI_FDOC_FDSI_MASK   0x0FFC
 Flash Descriptor Section Index.
 
#define R_SPI_FDOD   0xB8
 Flash Descriptor Observability Data Register (32 bits)
 
#define R_SPI_LVSCC   0xC4
 Vendor Specific Component Capabilities for Component 0 (32 bits)
 
#define B_SPI_LVSCC_EO_64K   BIT29
 < 64k Erase valid (EO_64k_valid)
 
#define R_SPI_UVSCC   0xC8
 Vendor Specific Component Capabilities for Component 1 (32 bits)
 
#define R_SPI_FDBAR_FLASH_MAP0   0x14
 Flash MAP 0.
 
#define N_SPI_FDBAR_NC   8
 < Number Of Components
 
#define B_SPI_FDBAR_NC   0x00000300
 Number Of Components.
 
#define R_SPI_FDBAR_FLASH_MAP1   0x18
 Flash MAP 1.
 
#define B_SPI_FDBAR_FPSBA   0x00FF0000
 Flash Strap Base Address.
 
#define R_SPI_FCBA_FLCOMP   0x00
 Flash Components Register.
 
#define B_SPI_FLCOMP_COMP1_MASK   0x0F
 Flash Component 1 Density.
 

Detailed Description

Register names for SPI device.

Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file RegsSpi.h.

Macro Definition Documentation

◆ B_SPI_BAR0_MASK

#define B_SPI_BAR0_MASK   0x0FFF

Definition at line 13 of file RegsSpi.h.

◆ B_SPI_BCR_BIOSWE

#define B_SPI_BCR_BIOSWE   BIT0

Write Protect Disable (WPD)

Definition at line 18 of file RegsSpi.h.

◆ B_SPI_BCR_SRC

#define B_SPI_BCR_SRC   (BIT3 | BIT2)

SPI Read Configuration (SRC)

Definition at line 15 of file RegsSpi.h.

◆ B_SPI_BCR_SYNC_SS

#define B_SPI_BCR_SYNC_SS   BIT8

Definition at line 17 of file RegsSpi.h.

◆ B_SPI_FADDR_MASK

#define B_SPI_FADDR_MASK   0x07FFFFFF

SPI Flash Address Mask (0~26bit)

Definition at line 42 of file RegsSpi.h.

◆ B_SPI_FDBAR_FPSBA

#define B_SPI_FDBAR_FPSBA   0x00FF0000

Flash Strap Base Address.

Definition at line 112 of file RegsSpi.h.

◆ B_SPI_FDBAR_NC

#define B_SPI_FDBAR_NC   0x00000300

Number Of Components.

Definition at line 109 of file RegsSpi.h.

◆ B_SPI_FDOC_FDSI_MASK

#define B_SPI_FDOC_FDSI_MASK   0x0FFC

Flash Descriptor Section Index.

Definition at line 98 of file RegsSpi.h.

◆ B_SPI_FDOC_FDSS_MASK

#define B_SPI_FDOC_FDSS_MASK   (BIT14 | BIT13 | BIT12)

Flash Descriptor Section Select.

Definition at line 95 of file RegsSpi.h.

◆ B_SPI_FLCOMP_COMP1_MASK

#define B_SPI_FLCOMP_COMP1_MASK   0x0F

Flash Component 1 Density.

Definition at line 118 of file RegsSpi.h.

◆ B_SPI_FRAP_BRRA_BIOS

#define B_SPI_FRAP_BRRA_BIOS   BIT1

Region Read Access for Region1 BIOS.

Definition at line 55 of file RegsSpi.h.

◆ B_SPI_FRAP_BRRA_FLASHD

#define B_SPI_FRAP_BRRA_FLASHD   BIT0

Region Read Access for Region0 Flash Descriptor.

Definition at line 56 of file RegsSpi.h.

◆ B_SPI_FRAP_BRRA_GBE

#define B_SPI_FRAP_BRRA_GBE   BIT3

Region read access for Region3 GbE.

Definition at line 53 of file RegsSpi.h.

◆ B_SPI_FRAP_BRRA_PLATFORM

#define B_SPI_FRAP_BRRA_PLATFORM   BIT4

Region read access for Region4 PlatformData.

Definition at line 52 of file RegsSpi.h.

◆ B_SPI_FRAP_BRRA_SEC

#define B_SPI_FRAP_BRRA_SEC   BIT2

Region Read Access for Region2 SEC.

Definition at line 54 of file RegsSpi.h.

◆ B_SPI_FRAP_BRWA_BIOS

#define B_SPI_FRAP_BRWA_BIOS   BIT9

Region Write Access for Region1 BIOS.

Definition at line 50 of file RegsSpi.h.

◆ B_SPI_FRAP_BRWA_FLASHD

#define B_SPI_FRAP_BRWA_FLASHD   BIT8

Region Write Access for Region0 Flash Descriptor.

Definition at line 51 of file RegsSpi.h.

◆ B_SPI_FRAP_BRWA_GBE

#define B_SPI_FRAP_BRWA_GBE   BIT11

Definition at line 48 of file RegsSpi.h.

◆ B_SPI_FRAP_BRWA_PLATFORM

#define B_SPI_FRAP_BRWA_PLATFORM   BIT12

Definition at line 47 of file RegsSpi.h.

◆ B_SPI_FRAP_BRWA_SEC

#define B_SPI_FRAP_BRWA_SEC   BIT10

Region Write Access for Region2 SEC.

Definition at line 49 of file RegsSpi.h.

◆ B_SPI_FREG0_BASE_MASK

#define B_SPI_FREG0_BASE_MASK   0x00007FFF

Base, [14:0] here represents base [26:12].

Definition at line 61 of file RegsSpi.h.

◆ B_SPI_FREG0_LIMIT_MASK

#define B_SPI_FREG0_LIMIT_MASK   0x7FFF0000

Size, [30:16] here represents limit[26:12].

Definition at line 59 of file RegsSpi.h.

◆ B_SPI_FREG1_BASE_MASK

#define B_SPI_FREG1_BASE_MASK   0x00007FFF

Base, [14:0] here represents base [26:12].

Definition at line 67 of file RegsSpi.h.

◆ B_SPI_FREG1_LIMIT_MASK

#define B_SPI_FREG1_LIMIT_MASK   0x7FFF0000

Size, [30:16] here represents limit[26:12].

Definition at line 65 of file RegsSpi.h.

◆ B_SPI_FREG2_BASE_MASK

#define B_SPI_FREG2_BASE_MASK   0x00007FFF

Base, [14:0] here represents base [26:12].

Definition at line 73 of file RegsSpi.h.

◆ B_SPI_FREG2_LIMIT_MASK

#define B_SPI_FREG2_LIMIT_MASK   0x7FFF0000

Size, [30:16] here represents limit[26:12].

Definition at line 71 of file RegsSpi.h.

◆ B_SPI_FREG3_BASE_MASK

#define B_SPI_FREG3_BASE_MASK   0x00007FFF

Base, [14:0] here represents base [26:12].

Definition at line 79 of file RegsSpi.h.

◆ B_SPI_FREG3_LIMIT_MASK

#define B_SPI_FREG3_LIMIT_MASK   0x7FFF0000

Size, [30:16] here represents limit[26:12].

Definition at line 77 of file RegsSpi.h.

◆ B_SPI_FREG4_BASE_MASK

#define B_SPI_FREG4_BASE_MASK   0x00007FFF

Base, [14:0] here represents base [26:12].

Definition at line 85 of file RegsSpi.h.

◆ B_SPI_FREG4_LIMIT_MASK

#define B_SPI_FREG4_LIMIT_MASK   0x7FFF0000

Size, [30:16] here represents limit[26:12].

Definition at line 83 of file RegsSpi.h.

◆ B_SPI_FREGX_BASE_MASK

#define B_SPI_FREGX_BASE_MASK   0x00007FFF

Flash Region Base, [14:0] represents [26:12].

Definition at line 92 of file RegsSpi.h.

◆ B_SPI_FREGX_LIMIT_MASK

#define B_SPI_FREGX_LIMIT_MASK   0x7FFF0000

Flash Region Limit [30:16] represents [26:12], [11:0] are assumed to be FFFh.

Definition at line 89 of file RegsSpi.h.

◆ B_SPI_HSFS_CYCLE_FGO

#define B_SPI_HSFS_CYCLE_FGO   BIT16

Flash Cycle Go.

Definition at line 35 of file RegsSpi.h.

◆ B_SPI_HSFS_CYCLE_MASK

#define B_SPI_HSFS_CYCLE_MASK   0x001E0000

Flash Cycle.

Definition at line 25 of file RegsSpi.h.

◆ B_SPI_HSFS_FCERR

#define B_SPI_HSFS_FCERR   BIT1

Flash Cycle Error.

Definition at line 38 of file RegsSpi.h.

◆ B_SPI_HSFS_FDBC_MASK

#define B_SPI_HSFS_FDBC_MASK   0x3F000000

Flash Data Byte Count ( <= 64), Count = (Value in this field) + 1.

Definition at line 23 of file RegsSpi.h.

◆ B_SPI_HSFS_FDONE

#define B_SPI_HSFS_FDONE   BIT0

Flash Cycle Done.

Definition at line 39 of file RegsSpi.h.

◆ B_SPI_HSFS_FDV

#define B_SPI_HSFS_FDV   BIT14

Flash Descriptor Valid.

Definition at line 36 of file RegsSpi.h.

◆ B_SPI_HSFS_SCIP

#define B_SPI_HSFS_SCIP   BIT5

SPI Cycle in Progress.

Definition at line 37 of file RegsSpi.h.

◆ B_SPI_LVSCC_EO_64K

#define B_SPI_LVSCC_EO_64K   BIT29

< 64k Erase valid (EO_64k_valid)

Definition at line 103 of file RegsSpi.h.

◆ N_SPI_FDBAR_NC

#define N_SPI_FDBAR_NC   8

< Number Of Components

Definition at line 108 of file RegsSpi.h.

◆ N_SPI_FREG0_BASE

#define N_SPI_FREG0_BASE   12

Bit 14:0 identifies address bits [26:2].

Definition at line 62 of file RegsSpi.h.

◆ N_SPI_FREG0_LIMIT

#define N_SPI_FREG0_LIMIT   4

Bit 30:16 identifies address bits [26:12].

Definition at line 60 of file RegsSpi.h.

◆ N_SPI_FREG1_BASE

#define N_SPI_FREG1_BASE   12

Bit 14:0 identifies address bits [26:2].

Definition at line 68 of file RegsSpi.h.

◆ N_SPI_FREG1_LIMIT

#define N_SPI_FREG1_LIMIT   4

Bit 30:16 identifies address bits [26:12].

Definition at line 66 of file RegsSpi.h.

◆ N_SPI_FREG2_BASE

#define N_SPI_FREG2_BASE   12

Definition at line 74 of file RegsSpi.h.

◆ N_SPI_FREG2_LIMIT

#define N_SPI_FREG2_LIMIT   4

Definition at line 72 of file RegsSpi.h.

◆ N_SPI_FREG3_BASE

#define N_SPI_FREG3_BASE   12

Definition at line 80 of file RegsSpi.h.

◆ N_SPI_FREG3_LIMIT

#define N_SPI_FREG3_LIMIT   4

Definition at line 78 of file RegsSpi.h.

◆ N_SPI_FREG4_BASE

#define N_SPI_FREG4_BASE   12

Bit 14:0 identifies address bits [26:2].

Definition at line 86 of file RegsSpi.h.

◆ N_SPI_FREG4_LIMIT

#define N_SPI_FREG4_LIMIT   4

Bit 30:16 identifies address bits [26:12].

Definition at line 84 of file RegsSpi.h.

◆ N_SPI_FREGX_LIMIT

#define N_SPI_FREGX_LIMIT   16

Region limit bit position.

Definition at line 90 of file RegsSpi.h.

◆ N_SPI_FREGX_LIMIT_REPR

#define N_SPI_FREGX_LIMIT_REPR   12

Region limit bit represents position.

Definition at line 91 of file RegsSpi.h.

◆ N_SPI_HSFS_CYCLE

#define N_SPI_HSFS_CYCLE   17

Definition at line 26 of file RegsSpi.h.

◆ N_SPI_HSFS_FDBC

#define N_SPI_HSFS_FDBC   24

Definition at line 24 of file RegsSpi.h.

◆ R_SPI_BASE

#define R_SPI_BASE   0x10

32-bit Memory Base Address Register

Definition at line 12 of file RegsSpi.h.

◆ R_SPI_BCR

#define R_SPI_BCR   0xDC

BIOS Control Register.

Definition at line 14 of file RegsSpi.h.

◆ R_SPI_FADDR

#define R_SPI_FADDR   0x08

SPI Flash Address.

Definition at line 41 of file RegsSpi.h.

◆ R_SPI_FCBA_FLCOMP

#define R_SPI_FCBA_FLCOMP   0x00

Flash Components Register.

Definition at line 117 of file RegsSpi.h.

◆ R_SPI_FDATA00

#define R_SPI_FDATA00   0x10

SPI Data 00 (32 bits)

Definition at line 44 of file RegsSpi.h.

◆ R_SPI_FDBAR_FLASH_MAP0

#define R_SPI_FDBAR_FLASH_MAP0   0x14

Flash MAP 0.

Definition at line 107 of file RegsSpi.h.

◆ R_SPI_FDBAR_FLASH_MAP1

#define R_SPI_FDBAR_FLASH_MAP1   0x18

Flash MAP 1.

Definition at line 111 of file RegsSpi.h.

◆ R_SPI_FDOC

#define R_SPI_FDOC   0xB4

Flash Descriptor Observability Control Register (32 bits)

Definition at line 94 of file RegsSpi.h.

◆ R_SPI_FDOD

#define R_SPI_FDOD   0xB8

Flash Descriptor Observability Data Register (32 bits)

Definition at line 100 of file RegsSpi.h.

◆ R_SPI_FRAP

#define R_SPI_FRAP   0x50

SPI Flash Regions Access Permissions Register.

Definition at line 46 of file RegsSpi.h.

◆ R_SPI_FREG0_FLASHD

#define R_SPI_FREG0_FLASHD   0x54

Flash Region 0 (Flash Descriptor) (32bits)

Definition at line 58 of file RegsSpi.h.

◆ R_SPI_FREG1_BIOS

#define R_SPI_FREG1_BIOS   0x58

Flash Region 1 (BIOS) (32bits)

Definition at line 64 of file RegsSpi.h.

◆ R_SPI_FREG2_SEC

#define R_SPI_FREG2_SEC   0x5C

Flash Region 2 (SEC) (32bits)

Definition at line 70 of file RegsSpi.h.

◆ R_SPI_FREG3_GBE

#define R_SPI_FREG3_GBE   0x60

Definition at line 76 of file RegsSpi.h.

◆ R_SPI_FREG4_PLATFORM_DATA

#define R_SPI_FREG4_PLATFORM_DATA   0x64

Flash Region 4 (Platform Data) (32bits)

Definition at line 82 of file RegsSpi.h.

◆ R_SPI_HSFS

#define R_SPI_HSFS   0x04

SPI Host Interface Registers.

Hardware Sequencing Flash Status and Control Register(32bits)

Definition at line 22 of file RegsSpi.h.

◆ R_SPI_LVSCC

#define R_SPI_LVSCC   0xC4

Vendor Specific Component Capabilities for Component 0 (32 bits)

Definition at line 102 of file RegsSpi.h.

◆ R_SPI_UVSCC

#define R_SPI_UVSCC   0xC8

Vendor Specific Component Capabilities for Component 1 (32 bits)

Definition at line 105 of file RegsSpi.h.

◆ S_SPI_FREGX

#define S_SPI_FREGX   4

Size of Flash Region register.

Definition at line 88 of file RegsSpi.h.

◆ V_SPI_BCR_SRC_PREF_DIS_CACHE_DIS

#define V_SPI_BCR_SRC_PREF_DIS_CACHE_DIS   0x04

Prefetch Disable, Cache Disable.

Definition at line 16 of file RegsSpi.h.

◆ V_SPI_FDOC_FDSS_COMP

#define V_SPI_FDOC_FDSS_COMP   0x1000

Component.

Definition at line 97 of file RegsSpi.h.

◆ V_SPI_FDOC_FDSS_FSDM

#define V_SPI_FDOC_FDSS_FSDM   0x0000

Flash Signature and Descriptor Map.

Definition at line 96 of file RegsSpi.h.

◆ V_SPI_HSFS_CYCLE_4K_ERASE

#define V_SPI_HSFS_CYCLE_4K_ERASE   3

Flash Cycle 4K Block Erase.

Definition at line 29 of file RegsSpi.h.

◆ V_SPI_HSFS_CYCLE_64K_ERASE

#define V_SPI_HSFS_CYCLE_64K_ERASE   4

Flash Cycle 64K Sector Erase.

Definition at line 30 of file RegsSpi.h.

◆ V_SPI_HSFS_CYCLE_READ

#define V_SPI_HSFS_CYCLE_READ   0

Flash Cycle Read.

Definition at line 27 of file RegsSpi.h.

◆ V_SPI_HSFS_CYCLE_READ_JEDEC_ID

#define V_SPI_HSFS_CYCLE_READ_JEDEC_ID   6

Flash Cycle Read JEDEC ID.

Definition at line 32 of file RegsSpi.h.

◆ V_SPI_HSFS_CYCLE_READ_SFDP

#define V_SPI_HSFS_CYCLE_READ_SFDP   5

Flash Cycle Read SFDP.

Definition at line 31 of file RegsSpi.h.

◆ V_SPI_HSFS_CYCLE_READ_STATUS

#define V_SPI_HSFS_CYCLE_READ_STATUS   8

Flash Cycle Read Status.

Definition at line 34 of file RegsSpi.h.

◆ V_SPI_HSFS_CYCLE_WRITE

#define V_SPI_HSFS_CYCLE_WRITE   2

Flash Cycle Write.

Definition at line 28 of file RegsSpi.h.

◆ V_SPI_HSFS_CYCLE_WRITE_STATUS

#define V_SPI_HSFS_CYCLE_WRITE_STATUS   7

Flash Cycle Write Status.

Definition at line 33 of file RegsSpi.h.