Searched refs:os_obj (Results 1 – 1 of 1) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/rtos/ |
| A D | vg_lite_os.c | 51 static vg_lite_os_t os_obj = {0}; variable 78 …os_obj.queue_handle = rt_mq_create("queue_vglite", sizeof(vg_lite_queue_t * ), QUEUE_LENGTH, RT_IP… in command_queue() 79 if(os_obj.queue_handle == RT_NULL) in command_queue() 90 if(os_obj.queue_handle->entry) in command_queue() 92 …len = rt_mq_recv(os_obj.queue_handle, (void*) &peek_queue, os_obj.queue_handle->msg_size, (rt_int3… in command_queue() 256 if(os_obj.task_hanlde == NULL) in vg_lite_os_initialize() 258 …os_obj.task_hanlde = rt_thread_create(QUEUE_THREAD_NAME, command_queue, NULL, QUEUE_THREAD_SIZE, Q… in vg_lite_os_initialize() 259 if(os_obj.task_hanlde == RT_NULL) in vg_lite_os_initialize() 266 rt_thread_startup(os_obj.task_hanlde); in vg_lite_os_initialize() 312 if(os_obj.queue_handle == RT_NULL) in vg_lite_os_submit() [all …]
|
Completed in 6 milliseconds