Enum esp32c6_hal::Cpu
source · pub enum Cpu {
ProCpu,
}
Expand description
Enumeration of CPU cores The actual number of available cores depends on the target.
Variants§
ProCpu
The first core
pub enum Cpu {
ProCpu,
}
Enumeration of CPU cores The actual number of available cores depends on the target.
The first core