Task configuration parameters.
More...
Task configuration parameters.
Definition at line 249 of file task.hpp.
◆ core_affinity
| std::optional<core_id> idfxx::task::config::core_affinity = std::nullopt |
Core pin (nullopt = any core)
Definition at line 253 of file task.hpp.
◆ name
| std::string_view idfxx::task::config::name = "task" |
Task name (max 16 chars)
Definition at line 250 of file task.hpp.
◆ priority
| unsigned int idfxx::task::config::priority = 5 |
Task priority (0 = lowest)
Definition at line 252 of file task.hpp.
◆ stack_mem
Stack memory type.
Definition at line 254 of file task.hpp.
◆ stack_size
| size_t idfxx::task::config::stack_size = 4096 |
Stack size in bytes.
Definition at line 251 of file task.hpp.
The documentation for this struct was generated from the following file: