PandA-2024.02
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 
TVMValue param[3]
volatile int output[DIM_Y][DIM_X]
Definition: los.h:1
unsigned int first_function(int my_in)
Definition: source_file.c:1
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 doxygen 1.8.13