Home
last modified time | relevance | path

Searched refs:h (Results 1 – 16 of 16) sorted by relevance

/mipi-sys-t-latest/library/include/mipi_syst/
Dinline.h57 mipi_syst_make_file_location32(struct mipi_syst_handle* h, mipi_syst_u16 f, mipi_syst_u16 l) in mipi_syst_make_file_location32() argument
59 if (h) { in mipi_syst_make_file_location32()
60 h->systh_location.el_format = 0; in mipi_syst_make_file_location32()
61 h->systh_location.el_u.loc32.etls_source_location.etls_fileID = f; in mipi_syst_make_file_location32()
62 h->systh_location.el_u.loc32.etls_source_location.etls_lineNo = l; in mipi_syst_make_file_location32()
65 return &h->systh_location; in mipi_syst_make_file_location32()
74 mipi_syst_make_file_location64(struct mipi_syst_handle* h, mipi_syst_u32 f, mipi_syst_u32 l) in mipi_syst_make_file_location64() argument
76 if (h) { in mipi_syst_make_file_location64()
77 h->systh_location.el_format = 1; in mipi_syst_make_file_location64()
78 h->systh_location.el_u.loc64.etls_source_location.etls_fileID = f; in mipi_syst_make_file_location64()
[all …]
Dapi.h154 #define MIPI_SYST_INIT_HANDLE_STATE(s, h, p) \ argument
155 mipi_syst_init_handle((s), (h), (p), 0)
180 #define MIPI_SYST_INIT_HANDLE(h, p) \ argument
181 MIPI_SYST_INIT_HANDLE_STATE((struct mipi_syst_header*)0, (h), (p))
268 #define MIPI_SYST_ENABLE_HANDLE_LENGTH(h, v) \ argument
269 ((h) && ((((h)->systh_tag.et_length = (v)) != 0) ? 1 : 0))
271 #define MIPI_SYST_ENABLE_HANDLE_LENGTH(h, v)
289 #define MIPI_SYST_GET_HANDLE_LENGTH(h) \ argument
290 (((h) &&(h)->systh_tag.et_length) ? 1 : 0)
308 #define MIPI_SYST_ENABLE_HANDLE_CHECKSUM(h, v) \ argument
[all …]
/mipi-sys-t-latest/library/
DCMakeLists.txt34 if (NOT EXISTS "${SYST_BUILD_GTEST_DIR}/include/gtest/gtest.h")
66 configure_file(include/mipi_syst.h.in ${CMAKE_CURRENT_BINARY_DIR}/include/mipi_syst.h)
69 include/mipi_syst.h.in
70 include/mipi_syst/api.h
71 include/mipi_syst/compiler.h
72 include/mipi_syst/crc32.h
73 include/mipi_syst/message.h
74 include/mipi_syst/inline.h
89 file(GLOB mipi_syst_Platform_includes "${mipi_syst_Platform_inc}/*.h")
/mipi-sys-t-latest/printer/
DCMakeLists.txt25 include/mipi_syst_collateral.h
26 include/mipi_syst_printer.h
27 include/mipi_syst_decode.h
28 include/mipi_syst_message.h
29 include/mipi_syst_guid.h
30 include/mipi_syst_printf.h
/mipi-sys-t-latest/library/doxygen/
DReference.md43 MIPI_SYST_INIT_HANDLE(h,p)
50 MIPI_SYST_INIT_HANDLE_STATE(s, h,p)
78 MIPI_SYST_SET_HANDLE_ORIGIN(h, o)
85 MIPI_SYST_SET_HANDLE_MODULE_UNIT(h,m,u)
92 MIPI_SYST_SET_HANDLE_GUID_UNIT(h, g, u)
99 MIPI_SYST_ENABLE_HANDLE_LENGTH(h, v)
107 MIPI_SYST_ENABLE_HANDLE_CHECKSUM(h,v)
114 MIPI_SYST_ENABLE_HANDLE_TIMESTAMP(h, v)
157 standard header files stdarg.h and stddef.h. These are needed
296 MIPI_SYST_SHORT32(h, v)
[all …]
DCMakeLists.txt9 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../include/mipi_syst.h.in
10 ${CMAKE_CURRENT_BINARY_DIR}/gensrc/mipi_syst.h @ONLY
DCatgen.md91 <SrcFilePattern Pattern="*.{cpp,c,h}" />
200 <syst:File ID="0x00000002"><![CDATA[example/h/example.h]]></syst:File>
DExample.md27 #include "mipi_syst.h" /* SyS-T definitions */
DAdapting.md51 are defined in ```platform.h```. See #MIPI_SYST_OUTPUT_D32TS for an example
DApiOverview.md9 the C-Language header file `mipi_syst.h`. This is the only header needed for
DDoxyfile.in671 # and *.h) to filter out the source-files in the directories. If left
673 # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
674 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
689 *.h \
693 *.h++ \
762 # and *.h) to filter out the source-files in the directories. If left
1588 # patterns (like *.h and *.hpp) to filter out the header-files in the
1592 INCLUDE_FILE_PATTERNS = *.h
/mipi-sys-t-latest/
DCMakeLists.txt14 configure_file(library/include/mipi_syst.h.in
15 library/include/mipi_syst.h)
/mipi-sys-t-latest/library/test/
DCMakeLists.txt3 if (EXISTS "${SYST_BUILD_GTEST_DIR}/include/gtest/gtest.h")
/mipi-sys-t-latest/examples/cmake/
DFindSyST.cmake42 mipi_syst.h
/mipi-sys-t-latest/library/test/unit/
Dmipi_syst_printf_test.cpp241 unsigned short int h = 0x1234; in TEST_F() local
254 MIPI_SYST_PRINTF(ph, MIPI_SYST_SEVERITY_INFO, "%hd", h) in TEST_F()
/mipi-sys-t-latest/library/include/
Dmipi_syst.h.in96 #include "mipi_syst/compiler.h"
521 * header files stdarg.h stddef.h.
592 #include "mipi_syst/platform.h"
781 #include "mipi_syst/api.h"