HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
CFGrt.yml
Go to the documentation of this file.
1 header: |+
2  #include <stdint.h>
3  #define PTRN_SIZE_MAX 8
4 
5 structs:
6 
7 - stru_name: STRUprm
8  members:
9  - type: uint8_t
10  name: size
11  - type: uint8_t
12  name: pattern
13  array: [PTRN_SIZE_MAX]
14 
15 - stru_name: STRUlog
16  members:
17  - type: uint16_t
18  name: tick
19  - type: uint8_t
20  name: output
#define PTRN_SIZE_MAX