OpenOCD
|
Arguments for check_fill helper function. More...
Data Fields | |
uint32_t | address |
Starting address. Sector aligned. More... | |
uint64_t | data_reg |
Pointer to DR register. More... | |
uint64_t | fill_status_array |
Pointer to array describing sectors fill status. More... | |
uint8_t | four_byte_mode |
Four byte addressing mode flag. More... | |
uint8_t | pattern |
Fill pattern. More... | |
uint8_t | read_cmd |
Read data command. More... | |
uint32_t | sector_count |
Number of sectors to check. More... | |
uint32_t | sector_size |
Sector size. More... | |
uint64_t | status_reg |
Pointer to SR register. More... | |
Arguments for check_fill helper function.
Definition at line 38 of file dw-spi-helper.h.
uint32_t dw_spi_check_fill::address |
Starting address. Sector aligned.
Definition at line 39 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().
uint64_t dw_spi_check_fill::data_reg |
Pointer to DR register.
Definition at line 43 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().
uint64_t dw_spi_check_fill::fill_status_array |
Pointer to array describing sectors fill status.
1 if filled, 0 if not filled.
Definition at line 44 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().
uint8_t dw_spi_check_fill::four_byte_mode |
Four byte addressing mode flag.
Definition at line 49 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().
uint8_t dw_spi_check_fill::pattern |
Fill pattern.
Definition at line 47 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().
uint8_t dw_spi_check_fill::read_cmd |
Read data command.
Definition at line 48 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().
uint32_t dw_spi_check_fill::sector_count |
Number of sectors to check.
Definition at line 41 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().
uint32_t dw_spi_check_fill::sector_size |
Sector size.
Definition at line 40 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().
uint64_t dw_spi_check_fill::status_reg |
Pointer to SR register.
Definition at line 42 of file dw-spi-helper.h.
Referenced by dw_spi_ctrl_check_sectors_fill().