Searched refs:header (Results 1 – 17 of 17) sorted by relevance
| /mipi-sys-t-latest/library/src/ |
| D | mipi_syst_init.c | 49 struct mipi_syst_header header; member 77 struct mipi_syst_header* header, in mipi_syst_init() argument 81 if (0 == header) { in mipi_syst_init() 85 header = &syst_hdr; in mipi_syst_init() 88 *header = zero.header; in mipi_syst_init() 89 header->systh_version = MIPI_SYST_VERSION_CODE; in mipi_syst_init() 93 header->systh_writer = mipi_syst_scatter_write; in mipi_syst_init() 95 header->systh_writer = nullWriter; in mipi_syst_init() 102 (*pfinit) (header, init_param); in mipi_syst_init() 116 mipi_syst_destroy(struct mipi_syst_header* header, mipi_syst_destroyhook_t pfdestroy) in mipi_syst_destroy() argument [all …]
|
| /mipi-sys-t-latest/printer/include/ |
| D | mipi_syst_message.h | 67 union header { union 100 header(uint32_t v = 0) : val(v) {}; in val() 189 const header& getHeader() const { return m_hdr; } in getHeader() 207 static bool isShort(header hdr); 212 header m_hdr;
|
| /mipi-sys-t-latest/examples/ |
| D | CMakeLists.txt | 12 set(SYST_SDK "ENV{SYST_SDK}" CACHE PATH "SYS-T header and library root folder") 14 set(SYST_SDK "(not-set)" CACHE PATH "SYS-T header and library root folder")
|
| /mipi-sys-t-latest/library/doxygen/ |
| D | ApiOverview.md | 9 the C-Language header file `mipi_syst.h`. This is the only header needed for 112 - A 32-bit header describing the message type and content 124 Each SyS-T message starts with a 32-bit header, which is defined by the data 125 structure mipi_syst_msg_tag. The header contains the following information: 146 module in a unique way. The GUID is emitted directly after the header if
|
| D | Protocol.md | 65 A SyS-T Message is a byte sequence that starts with a 32-bit header, followed by 73 - A 32-bit [header] (#syst_decoder_prot_header) describing the message type and content 87 These 4 bytes come from the 32-bit message header at the beginning 105 A SyS-T header is 32-bit value using the following layout: 107  167 software module in a unique way. A GUID is used if the guid bit in the header 168 is set. Otherwise the header origin field defines the message origin, 178 the header in each message. 246 The location information is followed by a 16-bit length field if the header bit 290 the D32TS header time stamp will define the transport time stamp. The message
|
| D | Reference.md | 17 <td>SyS-T global platform initialization using an internal shared state header 24 <td>SyS-T platform initialization using a provided state header structure 38 <td>SyS-T platform shutdown using a provided state header structure 52 … <td>Initialize a static (not heap allocated) SyS-T handle using a provided state header structure. 66 <td>Initialize heap allocated SyS-T handle using a provided state header structure. 157 standard header files stdarg.h and stddef.h. These are needed
|
| D | Example.md | 61 0 <D32TS> 01800242 // SyS-T header
|
| D | Doxyfile.in | 119 # path before files name in the file list and in the header files. If set 137 # the reader which header file to include in order to use a class. 138 # If left blank only the name of the header file containing the class 371 # If set to NO only classes defined in header files are included. 870 # will generate a verbatim copy of the header file for each class for 892 # classes will be put under the same header in the alphabetical index. 919 # The HTML_HEADER tag can be used to specify a personal HTML header for 921 # standard header. Note that when using a custom header you are responsible 924 # It is advised to generate a default header using "doxygen -w html 925 # header.html footer.html stylesheet.css YourConfigFile" and then modify [all …]
|
| D | Adapting.md | 52 macro definition to emit a SyS-T message header which will turn into a MIPI
|
| D | Building.md | 95 SyS-T library, header files and documentation. The following table shows which
|
| D | Catgen.md | 186 Provide ID to name mapping for Origin header field values.
|
| /mipi-sys-t-latest/printer/src/ |
| D | mipi_syst_message.cpp | 73 bool message::isShort(message::header hdr) { in isShort() 126 message::header hdr, in type2string()
|
| D | mipi_syst_decode.cpp | 123 message::header hdr(bytes2ValLE<uint32_t>(&data[0])); in decode()
|
| /mipi-sys-t-latest/examples/cmake/ |
| D | FindSyST.cmake | 4 # SYST_INCLUDE_DIRS, where to find header files
|
| /mipi-sys-t-latest/library/include/ |
| D | mipi_syst.h.in | 229 * This structure holds the GUID or header origin and unit data 266 /** Origin structure initializer code using header module value 269 * first parameter is the header origin value (7-Bits). The second parameter 521 * header files stdarg.h stddef.h. 636 * Message data header tag definition
|
| /mipi-sys-t-latest/ |
| D | README.md | 125 and SyS-T header files to the deploy location. This location was defined 142 installed first. The building depends on the SyS-T libraries and header
|
| /mipi-sys-t-latest/library/include/mipi_syst/ |
| D | api.h | 929 mipi_syst_init(struct mipi_syst_header* header, mipi_syst_inithook_t pfinit, 932 header, 936 mipi_syst_init_handle(struct mipi_syst_header* header, struct mipi_syst_handle* svh,
|