Searched refs:is_period (Results 1 – 2 of 2) sorted by relevance
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_osal.h | 35 bool is_period; member 63 …onst char *name, uint32_t timeout_ms, usb_timer_handler_t handler, void *argument, bool is_period);
|
| /components/drivers/usb/cherryusb/osal/ |
| A D | usb_osal_rtthread.c | 163 …const char *name, uint32_t timeout_ms, usb_timer_handler_t handler, void *argument, bool is_period) in usb_osal_timer_create() argument 175 …timer->timer = (void *)rt_timer_create(name, handler, argument, timeout_ms, is_period ? (RT_TIMER_… in usb_osal_timer_create()
|
Completed in 10 milliseconds