no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
adi_platform.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __ADI_PLATFORM_H__
34#define __ADI_PLATFORM_H__
35
36#include <stdio.h>
37#include <stdint.h>
38
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43#ifndef CLIENT_IGNORE
44
48extern int32_t(*adi_hal_LogWrite)(void *devHalCfg, uint32_t logLevel,
49 const char *comment, va_list argp);
50
54extern int32_t(*adi_hal_Wait_us)(void *devHalCfg, uint32_t time_us);
55
56#endif /* CLIENT_IGNORE */
57
58#ifdef __cplusplus
59}
60#endif
61#endif /* __ADI_PLATFORM_H__ */
62
63
int32_t(* adi_hal_Wait_us)(void *devHalCfg, uint32_t time_us)
Definition no_os_platform.c:639
int32_t(* adi_hal_LogWrite)(void *devHalCfg, uint32_t logLevel, const char *comment, va_list argp)