no-OS
Loading...
Searching...
No Matches
example.h
Go to the documentation of this file.
1
/***************************************************************************/
33
#ifndef __EXAMPLE_H__
34
#define __EXAMPLE_H__
35
36
#define example_main(fn) \
37
int start_example(void) __attribute__ ((alias(fn)))
38
39
int
start_example
(
void
);
40
41
int
heartbeat_init
(
void
(*cb)(
void
*context));
42
void
heartbeat_exit
(
void
);
43
44
#endif
/* __EXAMPLE_H__*/
heartbeat_init
int heartbeat_init(void(*cb)(void *context))
Definition
main.c:43
heartbeat_exit
void heartbeat_exit(void)
Definition
main.c:85
start_example
int start_example(void)
projects
adalm-lsmspg
src
examples
example.h
Copyright © 2024
Analog Devices Inc.
. All Rights Reserved.