PandA-2024.02
Data Structures | Functions
module_lib.h File Reference
#include <stdint.h>
Include dependency graph for module_lib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  module1_output_t
 
struct  module2_output_t
 

Functions

void module1 (uint32_t input1, uint16_t input2, module1_output_t *outputs)
 
void module2 (uint32_t input1, module2_output_t *outputs)
 
void printer1 (uint64_t value1, uint64_t value2, uint16_t value3, uint32_t value4)
 
void printer2 (uint64_t value1, uint64_t value2, uint16_t value3)
 
void my_ip (uint8_t command, uint32_t param1, uint32_t param2)
 

Function Documentation

◆ module1()

void module1 ( uint32_t  input1,
uint16_t  input2,
module1_output_t outputs 
)

Definition at line 2 of file module1.c.

◆ module2()

void module2 ( uint32_t  input1,
module2_output_t outputs 
)

Definition at line 2 of file module2.c.

◆ my_ip()

void my_ip ( uint8_t  command,
uint32_t  param1,
uint32_t  param2 
)

Definition at line 3 of file top.c.

◆ printer1()

void printer1 ( uint64_t  value1,
uint64_t  value2,
uint16_t  value3,
uint32_t  value4 
)

Definition at line 3 of file printer1.c.

◆ printer2()

void printer2 ( uint64_t  value1,
uint64_t  value2,
uint16_t  value3 
)

Definition at line 3 of file printer2.c.


Generated on Mon Feb 12 2024 13:02:57 for PandA-2024.02 by doxygen 1.8.13