Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_common.h49 dwc_timer_t *(*RamTimerAlloc) (char *name, dwc_timer_callback_t cb, void *data);
50 VOID (*RamTimerFree) (dwc_timer_t *timer);
51 VOID (*RamTimerSche) (dwc_timer_t *timer, uint32_t time_ms);
52 VOID (*RamTimerCancel) (dwc_timer_t *timer);
A Ddwc_otg_adp.h57 dwc_timer_t *sense_timer;
59 dwc_timer_t *vbuson_timer;
A Ddwc_otg_cil.h857 dwc_timer_t *srp_timer;
864 dwc_timer_t *pwron_timer;
956 dwc_timer_t *wkp_timer;
960 dwc_timer_t *ep_xfer_timer[MAX_EPS_CHANNELS];
965 dwc_timer_t *hc_xfer_timer[MAX_EPS_CHANNELS];
A Ddwc_os.h853 typedef struct dwc_timer dwc_timer_t; typedef
859 extern _LONG_CALL_ dwc_timer_t *DWC_TIMER_ALLOC(char *name, dwc_timer_callback_t cb, void *data);
863 extern _LONG_CALL_ void DWC_TIMER_FREE(dwc_timer_t *timer);
871 extern _LONG_CALL_ void DWC_TIMER_SCHEDULE(dwc_timer_t *timer, uint32_t time);
875 extern _LONG_CALL_ void DWC_TIMER_CANCEL(dwc_timer_t *timer);
A Ddwc_otg_hcd.h497 dwc_timer_t *conn_timer;

Completed in 16 milliseconds