no-OS
projects
adrv9001
src
hal
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
40
extern
"C"
{
41
#endif
42
43
#ifndef CLIENT_IGNORE
44
48
extern
int32_t(*
adi_hal_LogWrite
)(
void
*devHalCfg, uint32_t logLevel,
49
const
char
*comment, va_list argp);
50
54
extern
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
adi_hal_LogWrite
int32_t(* adi_hal_LogWrite)(void *devHalCfg, uint32_t logLevel, const char *comment, va_list argp)
Definition:
no_os_platform.c:630
adi_hal_Wait_us
int32_t(* adi_hal_Wait_us)(void *devHalCfg, uint32_t time_us)
Definition:
no_os_platform.c:639
Generated by
1.8.17