|
OpenOCD
|
Data Fields | |
| const char * | build_code |
| enum nrf5_features | features |
| unsigned int | flash_size_kb |
| uint16_t | hwid |
| const char * | part |
| const char * | variant |
| const char* nrf5_device_spec::build_code |
Definition at line 133 of file nrf5.c.
Referenced by get_nrf5_chip_type_str().
| enum nrf5_features nrf5_device_spec::features |
Definition at line 134 of file nrf5.c.
Referenced by nrf5_probe().
| unsigned int nrf5_device_spec::flash_size_kb |
Definition at line 134 of file nrf5.c.
Referenced by nrf5_probe().
| uint16_t nrf5_device_spec::hwid |
Definition at line 130 of file nrf5.c.
Referenced by nrf5_probe().
| const char* nrf5_device_spec::part |
Definition at line 131 of file nrf5.c.
Referenced by get_nrf5_chip_type_str(), and nrf5_probe().
| const char* nrf5_device_spec::variant |
Definition at line 132 of file nrf5.c.
Referenced by get_nrf5_chip_type_str().