Lines Matching full:uint32
330 #define TIMER_PARAM_TYPE UINT32
371 typedef void (*TASKPTR)(UINT32);
402 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
403 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
458 GKI_API extern void GKI_delay(UINT32);
459 GKI_API extern UINT32 GKI_get_tick_count(void);
469 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
470 GKI_API extern UINT16 GKI_wait(UINT16, UINT32);
492 GKI_API extern void *GKI_os_malloc (UINT32);
496 GKI_API extern UINT32 GKI_get_os_tick_count(void);