Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_osal.h35 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 Dusb_osal_rtthread.c163 …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