no-OS
adi_platform.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __ADI_PLATFORM_H__
40 #define __ADI_PLATFORM_H__
41 
42 #include <stdio.h>
43 #include <stdint.h>
44 
45 #ifdef __cplusplus
46 extern "C" {
47 #endif
48 
49 #ifndef CLIENT_IGNORE
50 
54 extern int32_t(*adi_hal_LogWrite)(void *devHalCfg, uint32_t logLevel,
55  const char *comment, va_list argp);
56 
60 extern int32_t(*adi_hal_Wait_us)(void *devHalCfg, uint32_t time_us);
61 
62 #endif /* CLIENT_IGNORE */
63 
64 #ifdef __cplusplus
65 }
66 #endif
67 #endif /* __ADI_PLATFORM_H__ */
68 
69 
adi_hal_LogWrite
int32_t(* adi_hal_LogWrite)(void *devHalCfg, uint32_t logLevel, const char *comment, va_list argp)
Definition: no_os_platform.c:631
adi_hal_Wait_us
int32_t(* adi_hal_Wait_us)(void *devHalCfg, uint32_t time_us)
Definition: no_os_platform.c:640