OpenOCD
sim3x_info Struct Reference

Data Fields

char device_package [4]
 
uint8_t device_revision
 
bool flash_locked
 
uint16_t flash_size_kb
 
bool need_init
 
char part_family
 
uint16_t part_number
 
bool probed
 

Detailed Description

Definition at line 123 of file sim3x.c.

Field Documentation

◆ device_package

char sim3x_info::device_package[4]

Definition at line 128 of file sim3x.c.

Referenced by FLASH_BANK_COMMAND_HANDLER(), sim3x_flash_info(), and sim3x_read_deviceid().

◆ device_revision

uint8_t sim3x_info::device_revision

Definition at line 127 of file sim3x.c.

Referenced by FLASH_BANK_COMMAND_HANDLER(), sim3x_flash_info(), and sim3x_read_deviceid().

◆ flash_locked

bool sim3x_info::flash_locked

◆ flash_size_kb

uint16_t sim3x_info::flash_size_kb

Definition at line 124 of file sim3x.c.

Referenced by sim3x_flash_info(), sim3x_parse_part_info(), sim3x_probe(), and sim3x_read_info().

◆ need_init

bool sim3x_info::need_init

◆ part_family

char sim3x_info::part_family

Definition at line 126 of file sim3x.c.

Referenced by sim3x_flash_info(), sim3x_parse_part_info(), and sim3x_read_deviceid().

◆ part_number

uint16_t sim3x_info::part_number

Definition at line 125 of file sim3x.c.

Referenced by sim3x_flash_info(), sim3x_parse_part_info(), and sim3x_read_deviceid().

◆ probed

bool sim3x_info::probed

Definition at line 129 of file sim3x.c.

Referenced by FLASH_BANK_COMMAND_HANDLER(), sim3x_auto_probe(), and sim3x_probe().


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