OpenOCD
dw_spi_read Struct Reference

Arguments for read helper function. More...

Data Fields

uint32_t address
 First sector address. More...
 
uint64_t buffer
 Data buffer pointer. More...
 
uint32_t buffer_size
 Size of dw_spi_read::buffer. More...
 
uint64_t data_reg
 Pointer to DR register. More...
 
uint8_t four_byte_mode
 Four byte addressing mode flag. More...
 
uint8_t read_cmd
 Read data command. More...
 
uint64_t status_reg
 Pointer to SR register. More...
 

Detailed Description

Arguments for read helper function.

Definition at line 92 of file dw-spi-helper.h.

Field Documentation

◆ address

uint32_t dw_spi_read::address

First sector address.

Definition at line 93 of file dw-spi-helper.h.

Referenced by dw_spi_ctrl_read().

◆ buffer

uint64_t dw_spi_read::buffer

Data buffer pointer.

Definition at line 94 of file dw-spi-helper.h.

Referenced by dw_spi_ctrl_read().

◆ buffer_size

uint32_t dw_spi_read::buffer_size

Size of dw_spi_read::buffer.

Definition at line 95 of file dw-spi-helper.h.

Referenced by dw_spi_ctrl_read().

◆ data_reg

uint64_t dw_spi_read::data_reg

Pointer to DR register.

Definition at line 97 of file dw-spi-helper.h.

Referenced by dw_spi_ctrl_read().

◆ four_byte_mode

uint8_t dw_spi_read::four_byte_mode

Four byte addressing mode flag.

Definition at line 99 of file dw-spi-helper.h.

Referenced by dw_spi_ctrl_read().

◆ read_cmd

uint8_t dw_spi_read::read_cmd

Read data command.

Definition at line 98 of file dw-spi-helper.h.

Referenced by dw_spi_ctrl_read().

◆ status_reg

uint64_t dw_spi_read::status_reg

Pointer to SR register.

Definition at line 96 of file dw-spi-helper.h.

Referenced by dw_spi_ctrl_read().


The documentation for this struct was generated from the following file: