|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Interrupt type definitions. More...
#include <esp_intr_types.h>Go to the source code of this file.
Namespaces | |
| namespace | idfxx |
Enumerations | |
| enum class | idfxx::intr_cpu_affinity_t { idfxx::automatic = ESP_INTR_CPU_AFFINITY_AUTO , idfxx::cpu_0 = ESP_INTR_CPU_AFFINITY_0 , idfxx::cpu_1 = ESP_INTR_CPU_AFFINITY_1 } |
| Interrupt CPU core affinity. More... | |
Functions | |
| constexpr int | idfxx::intr_cpu_affinity_to_core_id (intr_cpu_affinity_t cpu_affinity) |
| Convert esp_intr_cpu_affinity_t to CPU core ID. | |
Interrupt type definitions.
Definition in file intr_types.hpp.