|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
CPU-related types and utilities. More...
#include <soc/soc_caps.h>#include <string>#include "sdkconfig.h"Go to the source code of this file.
Classes | |
| class | idfxx::task_priority |
| Type-safe wrapper for FreeRTOS task priority values. More... | |
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. | |
| std::string | idfxx::to_string (task_priority p) |
| Returns a string representation of a task priority. | |
CPU-related types and utilities.
Definition in file cpu.hpp.