OpenOCD
|
Data Fields | |
size_t | capacity |
uint16_t | checksum |
int | compressed |
int | crc_en |
uint32_t | id |
struct raw_bit_file | raw_file |
uint8_t | replace2x |
uint8_t | replace4x |
uint8_t | replace8x |
uint16_t | stored_checksum |
size_t gowin_bit_file::capacity |
Definition at line 44 of file gowin.c.
Referenced by gowin_add_byte_to_bit_file().
int gowin_bit_file::crc_en |
Definition at line 48 of file gowin.c.
Referenced by gowin_read_fs_file_header().
uint32_t gowin_bit_file::id |
Definition at line 45 of file gowin.c.
Referenced by gowin_load_to_sram(), and gowin_read_fs_file_header().
struct raw_bit_file gowin_bit_file::raw_file |
Definition at line 39 of file gowin.c.
Referenced by gowin_add_byte_to_bit_file(), gowin_load_to_sram(), gowin_read_file(), and gowin_read_fs_file().