ChaosDMX
Open-Source DMX-Interface
Loading...
Searching...
No Matches
sys_chip_info_t Struct Reference

Structure to hold static chip configuration details. More...

#include <system.h>

Data Fields

const char * model_name
uint8_t cores
uint32_t revision

Detailed Description

Structure to hold static chip configuration details.

Definition at line 10 of file system.h.

Field Documentation

◆ cores

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().

◆ model_name

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().

◆ revision

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().


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