idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
cpu.hpp File Reference

CPU-related types and utilities. More...

#include <soc/soc_caps.h>
#include <string>
#include "sdkconfig.h"

Go to the source code of this file.

Namespaces

namespace  idfxx
 

Enumerations

enum class  idfxx::core_id : unsigned int { idfxx::core_id::core_0 = 0 }
 Identifies a specific CPU core. More...
 

Functions

std::string idfxx::to_string (core_id c)
 Returns a string representation of a CPU core identifier.
 

Detailed Description

CPU-related types and utilities.

Definition in file cpu.hpp.