lv_freertos.h

Defines

USE_FREERTOS_TASK_NOTIFY

Copyright 2023 NXP

SPDX-License-Identifier: MIT

struct lv_thread_t

Public Members

void (*pvStartRoutine)(void*)

Application thread function.

void *xTaskArg

Arguments for application thread function.

TaskHandle_t xTaskHandle

FreeRTOS task handle.

struct lv_mutex_t

Public Members

BaseType_t xIsInitialized

Set to pdTRUE if this mutex is initialized, pdFALSE otherwise.

SemaphoreHandle_t xMutex

FreeRTOS mutex.

struct lv_thread_sync_t

Public Members

TaskHandle_t xTaskToNotify