Go to the source code of this file.
◆ CPLD_ADDR
◆ CPLD_SPI_OOB_CONTROL_REG
#define CPLD_SPI_OOB_CONTROL_REG 0x0B |
◆ CPLD_SPI_OOB_FROM_BIC
#define CPLD_SPI_OOB_FROM_BIC 0x0B |
◆ CPLD_SPI_OOB_FROM_CPU
#define CPLD_SPI_OOB_FROM_CPU 0x02 |
◆ FLASH_COPY_STACK_SIZE
#define FLASH_COPY_STACK_SIZE 1024 |
◆ FLASH_COPY_INFO
◆ flash_copy_completion_code
Enumerator |
---|
COPY_FLASH_SUCCESS | |
COPY_FLASH_UNSUPPORTED_TYPE | |
COPY_FLASH_INIT_FAIL | |
COPY_FLASH_OUT_OF_RANGE | |
COPY_FLASH_MALLOC_FAIL | |
COPY_FLASH_WRITE_ERROR | |
COPY_FLASH_READ_ERROR | |
◆ flash_copy_status
Enumerator |
---|
COPY_STATUS_IDEL | |
COPY_STATUS_BUSY | |
◆ get_flash_copy_info()
◆ start_flash_copy()
uint8_t start_flash_copy |
( |
uint8_t |
copy_type, |
|
|
uint32_t |
src_offset, |
|
|
uint32_t |
dest_offset, |
|
|
uint32_t |
length |
|
) |
| |