Searched defs:_lv_profiler_builtin_ctx_t (Results 1 – 1 of 1) sorted by relevance
57 typedef struct _lv_profiler_builtin_ctx_t { struct58 lv_profiler_builtin_item_t * item_arr; /**< Pointer to an array of profiler items */59 uint32_t item_num; /**< Number of profiler items in the array */60 uint32_t cur_index; /**< Index of the current profiler item */61 lv_profiler_builtin_config_t config; /**< Configuration for the built-in profiler */62 bool enable; /**< Whether the built-in profiler is enabled */64 lv_mutex_t mutex; /**< Mutex to protect the built-in profiler */