Home | History | Annotate | Download | only in common

Lines Matching full:uint32

315 #define TIMER_PARAM_TYPE    UINT32
356 typedef void (*TASKPTR)(UINT32);
390 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
391 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
435 GKI_API extern void GKI_delay(UINT32);
436 GKI_API extern UINT32 GKI_get_tick_count(void);
446 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
447 GKI_API extern UINT16 GKI_wait(UINT16, UINT32);
469 GKI_API extern void *GKI_os_malloc (UINT32);
473 GKI_API extern UINT32 GKI_get_os_tick_count(void);