OpenOCD
sfdp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int(* read_sfdp_block_t) (struct flash_bank *bank, uint32_t addr, uint32_t words, uint32_t *buffer)
 

Functions

int spi_sfdp (struct flash_bank *bank, struct flash_device *dev, read_sfdp_block_t read_sfdp_block)
 

Typedef Documentation

◆ read_sfdp_block_t

typedef int(* read_sfdp_block_t) (struct flash_bank *bank, uint32_t addr, uint32_t words, uint32_t *buffer)

Definition at line 18 of file sfdp.h.

Function Documentation

◆ spi_sfdp()