PandA-2024.02
examples
taste
source_file.c
Go to the documentation of this file.
1
unsigned
int
first_function
(
int
my_in)
2
{
3
return
my_in;
4
}
5
6
void
second_function
(
int
param
,
int
*
output
)
7
{
8
*output =
param
;
9
}
10
param
TVMValue param[3]
Definition:
01_vecmul_a.wrapper.c:3
output
volatile int output[DIM_Y][DIM_X]
Definition:
los.h:1
first_function
unsigned int first_function(int my_in)
Definition:
source_file.c:1
second_function
void second_function(int param, int *output)
Definition:
source_file.c:6
Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by
1.8.13