6#include <freertos/FreeRTOS.h>
7#include <freertos/task.h>
18static StaticTask_t loop_task_tcb;
20 loop_task_stack[ESPHOME_LOOP_TASK_STACK_SIZE];
32#if CONFIG_FREERTOS_UNICORE
37 loop_task_stack, &loop_task_tcb, 1);
void ESPHOME_ALWAYS_INLINE loop()
Make a loop iteration. Call this in your loop() function.
struct @65::@66 __attribute__
Wake the main loop task from an ISR. ISR-safe.
TaskHandle_t loop_task_handle
Application App
Global storage of Application pointer - only one Application can exist.
void loop_task(void *pv_params)