|
|
ChaosDMX
Open-Source DMX-Interface
|
Structure to hold static chip configuration details. More...
#include <system.h>
Data Fields | |
| const char * | model_name |
| uint8_t | cores |
| uint32_t | revision |
| uint8_t sys_chip_info_t::cores |
Number of CPU cores
Definition at line 12 of file system.h.
Referenced by system_get_chip_info(), and system_print_info().
| const char* sys_chip_info_t::model_name |
Chip model name (e.g., "ESP32-S2")
Definition at line 11 of file system.h.
Referenced by system_get_chip_info(), and system_print_info().
| uint32_t sys_chip_info_t::revision |
Chip hardware revision number
Definition at line 13 of file system.h.
Referenced by system_get_chip_info(), and system_print_info().