Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/osal/
A Dusb_osal_rtthread.c42 const rt_uint8_t old_priority = RT_SCHED_PRIV(self).current_priority; in usb_osal_thread_schedule_other() local
44 const rt_uint8_t old_priority = self->current_priority; in usb_osal_thread_schedule_other() local
51 rt_thread_control(self, RT_THREAD_CTRL_CHANGE_PRIORITY, (void *)&old_priority); in usb_osal_thread_schedule_other()

Completed in 2 milliseconds