Home
last modified time | relevance | path

Searched refs:error_list_index (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/draw/renesas/
Dlv_gpu_d2_ra6m3.c57 static int error_list_index; variable
725 log_error_list[error_list_index].error = status;
726 log_error_list[error_list_index].func = func;
727 log_error_list[error_list_index].line = line;
730 log_error_list[error_list_index].error,
731 log_error_list[error_list_index].func,
732 log_error_list[error_list_index].line);
735 error_list_index++;
736 if(error_list_index >= ERROR_LIST_SIZE) {
737 error_list_index = 0;